Html Css Color HEX #200F62 Midnight Blue

📋 copy color: '#200F62'

red 32 ◦ green 15 ◦ blue 98

#200F62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #200F62

Tints of Midnight Blue #200F62

RGB

 RED value IS 32 (12.89% from 255) = 22.07%

 GREEN value IS 15 (6.25% from 255) = 10.34%

 BLUE value IS 98 (38.67% from 255) = 67.59%

R = 22.07%
G = 10.34%
B = 67.59%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#200F62 (or 0x200F62) is known color: Midnight Blue. HEX triplet: 20, 0F and 62. RGB value is (32,15,98). Sum of RGB (Red+Green+Blue) = 32+15+98=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #200F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F62 is #DFF09D. Grayscale: #1D1D1D. Windows color (decimal): -14676126 or 6426400. OLE color: 6426400.

HSL color Cylindrical-coordinate representation of color #200F62: hue angle of 252.29º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200F62 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 15 98 -
CMYK 0.67 0.85 0 0.62
HSL 252.29º 0.73% 0.22% -
HSV(B) 252.29º 0.85% 0.38% -
XYZ 2.97 1.53 11.69 -
YUV 29.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 32 15 98 0.67 0.85 0 0.62 252.29 0.73 0.22
Hex 20 F 62 43 55 0 3E FC 49 16
Octal 40 17 142 103 125 0 76 374 111 26
Binary 100000 1111 1100010 1000011 1010101 0 111110 11111100 1001001 10110

Color Harmonies of #200F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F62

Black with #200F62

Text Example


Text Example

White with #200F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200F62; }

 p { color: rgb(32,15,98); }

 H1.HeaderClassName
 {
   color: #200F62;
 }
 .AnyTagClassName
 {
   color: #200F62;
 }
</style>

background-color css

<style>
 a { background-color: #200F62; }

 a { background-color: rgb(32,15,98); }

 div.DivClassName
 {
   background-color: #200F62;
 }
 .BgClassName
 {
   background-color: #200F62;
 }
</style>

border-color css

<style>
 span { border-color: #200F62; }

 span { border-color: rgb(32,15,98); }

 td.TdClassName
 {
   border-color: #200F62;
 }
 .TagClassName
 {
   border-color: #200F62;
 }
</style>