Html Css Color HEX #0C05AA New Midnight Blue

📋 copy color: '#0C05AA'

red 12 ◦ green 5 ◦ blue 170

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

Shades of New Midnight Blue #0C05AA

Tints of New Midnight Blue #0C05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 6.42%
G = 2.67%
B = 90.91%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C05AA (or 0x0C05AA) is known color: New Midnight Blue. HEX triplet: 0C, 05 and AA. RGB value is (12,5,170). Sum of RGB (Red+Green+Blue) = 12+5+170=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C05AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C05AA is #F3FA55. Grayscale: #191919. Windows color (decimal): -15989334 or 11142412. OLE color: 11142412.

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

Color convert

RGB 12 5 170 -
CMYK 0.93 0.97 0 0.33
HSL 242.55º 0.94% 0.34% -
HSV(B) 242.55º 0.97% 0.67% -
XYZ 7.46 3.09 38.23 -
YUV 25.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 12 5 170 0.93 0.97 0 0.33 242.55 0.94 0.34
Hex C 5 AA 5D 61 0 21 F3 5E 22
Octal 14 5 252 135 141 0 41 363 136 42
Binary 1100 101 10101010 1011101 1100001 0 100001 11110011 1011110 100010

Color Harmonies of #0C05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C05AA

Black with #0C05AA

Text Example


Text Example

White with #0C05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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