COLOR #200F63

HEX: #200F63
RGB: (32,15,99)

Color info

#200F63 contains mainly blue color. Web safe color of #200F63 is #330066 (or #306).

RGB color model

#200F63 color RGB value is (32,15,99).

  • red value is 32;
  • green value is 15;
  • blue value is 99.
RGB:
(32,15,99)
(13%,6%,39%)

RGB channels and saturation

R 32 of 255 = 13%
G 15 of 255 = 6%
B 99 of 255 = 39%

32
15
99

R + G + B ~ 19%. #200F63 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 15 + 99 = 146 (100%)
R 32 of 146 ~ 21.92%
G 15 of 146 ~ 10.27%
B 99 of 146 ~ 67.81%

%21.92
%10.27
%67.81

CMYK color model

#200F63 color CMYK value is (68,85,0,61).

  • cyan value is 67.68%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(68,85,0,61)
C68M85Y0K61 
(68%,85%,0%,61%)
(0.68/0.85/0.00/0.61)	

CMYK percentages

%67.68
%84.85
%0
%61.18

Codes

Color #200F63 in popluar color models

200F63
RGB321599
HSL252°73.68%22.35%
HSB/HSV252°84.85%38.82%
CMYK67.68%84.85%0.00%
61.18%

Color #200F63 in popluar number systems.

HEX200F63
Decimal321599
Binary10000011111100011
Octal4017143

Shades and tints

Shades of #200F63

#200F63
(32,15,99)
#1E0E5A
(30,14,90)
#1C0D51
(28,13,81)
#1A0C48
(26,12,72)
#180B3F
(24,11,63)
#160A36
(22,10,54)
#14092D
(20,9,45)
#120824
(18,8,36)
#10071B
(16,7,27)
#0E0612
(14,6,18)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #200F63

#200F63
(32,15,99)
#342471
(52,36,113)
#48397F
(72,57,127)
#5C4E8D
(92,78,141)
#70639B
(112,99,155)
#8478A9
(132,120,169)
#988DB7
(152,141,183)
#ACA2C5
(172,162,197)
#C0B7D3
(192,183,211)
#D4CCE1
(212,204,225)
#E8E1EF
(232,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #200F63 color. Also use rgb(32,15,99) instead hex code.

Text Font Color

.myTextColor { color: #200F63; }

<p style="color:#200F63">This sample text font color is #200F63.</p>

This text font color is #200F63.


Background Color

.myBgColor { background-color: #200F63; }

<div style="background-color:#200F63">Inner text</div>

This div background color is #200F63.


Border color

.myBorderColor { border: 1px solid #200F63; }

<div style="border:3px solid #200F63">Div</div>

This div border color is #200F63.


Opacity

.myOpacity80 { color: #200F63; opacity: 0.8; }

<p style="color:#200F63;opacity:0.8;">80%</p>

Text with #200F63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #200F63;}

<p style="text-shadow: 3px 3px 1px #200F63">Text here.</p>

This text has shadow with #200F63 color.

.textShadow {text-shadow: 3px 3px 1px #200F63, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #200F63, 5px 5px 20px red">Text here.</p>

This text has shadow with #200F63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#200F63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#200F63, Direction=45, Strength=4)">Text</p>

This text has shadow with #200F63 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #200F63;
  -webkit-box-shadow:	1px 1px 3px 2px #200F63;
  box-shadow:		1px 1px 3px 2px #200F63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #200F63;
-webkit-box-shadow: 1px 1px 3px 2px #200F63;
box-shadow:1px 1px 3px 2px #200F63;">
Div content here</div>
This div box has shadow with color #200F63.

Preview

Color preview on black background

This text has color #200F63 on black background.


Color preview on white background

This text has color #200F63 on white background.



Black color preview on #200F63 background

This text has black color on #200F63 background.


White color preview on #200F63 background

This text has white color on #200F63 background.