Html Css Color HEX #0C06AA New Midnight Blue

📋 copy color: '#0C06AA'

red 12 ◦ green 6 ◦ blue 170

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

Shades of New Midnight Blue #0C06AA

Tints of New Midnight Blue #0C06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

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

R = 6.38%
G = 3.19%
B = 90.43%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C06AA (or 0x0C06AA) is known color: New Midnight Blue. HEX triplet: 0C, 06 and AA. RGB value is (12,6,170). Sum of RGB (Red+Green+Blue) = 12+6+170=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 170 (66.80% from 255 or 90.43% from 188); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C06AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C06AA is #F3F955. Grayscale: #191919. Windows color (decimal): -15989078 or 11142668. OLE color: 11142668.

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

Color convert

RGB 12 6 170 -
CMYK 0.93 0.96 0 0.33
HSL 242.2º 0.93% 0.35% -
HSV(B) 242.2º 0.96% 0.67% -
XYZ 7.47 3.11 38.24 -
YUV 26.49 208.99 117.66 -
System Red Green Blue C M Y K H S L
Decimal 12 6 170 0.93 0.96 0 0.33 242.2 0.93 0.35
Hex C 6 AA 5D 60 0 21 F2 5D 23
Octal 14 6 252 135 140 0 41 362 135 43
Binary 1100 110 10101010 1011101 1100000 0 100001 11110010 1011101 100011

Color Harmonies of #0C06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C06AA

Black with #0C06AA

Text Example


Text Example

White with #0C06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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