Html Css Color HEX #200C72 Midnight Blue

📋 copy color: '#200C72'

red 32 ◦ green 12 ◦ blue 114

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

Shades of Midnight Blue #200C72

Tints of Midnight Blue #200C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 114 (44.92% from 255) = 72.15%

R = 20.25%
G = 7.59%
B = 72.15%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#200C72 (or 0x200C72) is known color: Midnight Blue. HEX triplet: 20, 0C and 72. RGB value is (32,12,114). Sum of RGB (Red+Green+Blue) = 32+12+114=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #200C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C72 is #DFF38D. Grayscale: #1D1D1D. Windows color (decimal): -14676878 or 7474208. OLE color: 7474208.

HSL color Cylindrical-coordinate representation of color #200C72: hue angle of 251.76º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200C72 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 12 114 -
CMYK 0.72 0.89 0 0.55
HSL 251.76º 0.81% 0.25% -
HSV(B) 251.76º 0.89% 0.45% -
XYZ 3.76 1.78 16.07 -
YUV 29.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 32 12 114 0.72 0.89 0 0.55 251.76 0.81 0.25
Hex 20 C 72 48 59 0 37 FC 51 19
Octal 40 14 162 110 131 0 67 374 121 31
Binary 100000 1100 1110010 1001000 1011001 0 110111 11111100 1010001 11001

Color Harmonies of #200C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C72

Black with #200C72

Text Example


Text Example

White with #200C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,12,114); }

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

background-color css

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

 a { background-color: rgb(32,12,114); }

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

border-color css

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

 span { border-color: rgb(32,12,114); }

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