Html Css Color HEX #0C01AA New Midnight Blue

📋 copy color: '#0C01AA'

red 12 ◦ green 1 ◦ blue 170

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

Shades of New Midnight Blue #0C01AA

Tints of New Midnight Blue #0C01AA

RGB

 RED value IS 12 (5.08% from 255) = 6.56%

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 170 (66.8% from 255) = 92.9%

R = 6.56%
G = 0.55%
B = 92.9%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C01AA (or 0x0C01AA) is known color: New Midnight Blue. HEX triplet: 0C, 01 and AA. RGB value is (12,1,170). Sum of RGB (Red+Green+Blue) = 12+1+170=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C01AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C01AA is #F3FE55. Grayscale: #161616. Windows color (decimal): -15990358 or 11141388. OLE color: 11141388.

HSL color Cylindrical-coordinate representation of color #0C01AA: hue angle of 243.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C01AA is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 1 170 -
CMYK 0.93 0.99 0 0.33
HSL 243.91º 0.99% 0.34% -
HSV(B) 243.91º 0.99% 0.67% -
XYZ 7.42 3 38.22 -
YUV 23.56 210.64 119.76 -
System Red Green Blue C M Y K H S L
Decimal 12 1 170 0.93 0.99 0 0.33 243.91 0.99 0.34
Hex C 1 AA 5D 63 0 21 F4 63 22
Octal 14 1 252 135 143 0 41 364 143 42
Binary 1100 1 10101010 1011101 1100011 0 100001 11110100 1100011 100010

Color Harmonies of #0C01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C01AA

Black with #0C01AA

Text Example


Text Example

White with #0C01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C01AA; }

 p { color: rgb(12,1,170); }

 H1.HeaderClassName
 {
   color: #0C01AA;
 }
 .AnyTagClassName
 {
   color: #0C01AA;
 }
</style>

background-color css

<style>
 a { background-color: #0C01AA; }

 a { background-color: rgb(12,1,170); }

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

border-color css

<style>
 span { border-color: #0C01AA; }

 span { border-color: rgb(12,1,170); }

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