Html Css Color HEX #200C61 Midnight Blue

📋 copy color: '#200C61'

red 32 ◦ green 12 ◦ blue 97

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

Shades of Midnight Blue #200C61

Tints of Midnight Blue #200C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 68.79%

R = 22.7%
G = 8.51%
B = 68.79%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#200C61 (or 0x200C61) is known color: Midnight Blue. HEX triplet: 20, 0C and 61. RGB value is (32,12,97). Sum of RGB (Red+Green+Blue) = 32+12+97=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #200C61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C61 is #DFF39E. Grayscale: #1B1B1B. Windows color (decimal): -14676895 or 6360096. OLE color: 6360096.

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

Color convert

RGB 32 12 97 -
CMYK 0.67 0.88 0 0.62
HSL 254.12º 0.78% 0.21% -
HSV(B) 254.12º 0.88% 0.38% -
XYZ 2.88 1.43 11.43 -
YUV 27.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 32 12 97 0.67 0.88 0 0.62 254.12 0.78 0.21
Hex 20 C 61 43 58 0 3E FE 4E 15
Octal 40 14 141 103 130 0 76 376 116 25
Binary 100000 1100 1100001 1000011 1011000 0 111110 11111110 1001110 10101

Color Harmonies of #200C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C61

Black with #200C61

Text Example


Text Example

White with #200C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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