Html Css Color HEX #0C15AA New Midnight Blue

📋 copy color: '#0C15AA'

red 12 ◦ green 21 ◦ blue 170

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

Shades of New Midnight Blue #0C15AA

Tints of New Midnight Blue #0C15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 5.91%
G = 10.34%
B = 83.74%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C15AA (or 0x0C15AA) is known color: New Midnight Blue. HEX triplet: 0C, 15 and AA. RGB value is (12,21,170). Sum of RGB (Red+Green+Blue) = 12+21+170=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C15AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C15AA is #F3EA55. Grayscale: #222222. Windows color (decimal): -15985238 or 11146508. OLE color: 11146508.

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

Color convert

RGB 12 21 170 -
CMYK 0.93 0.88 0 0.33
HSL 236.58º 0.87% 0.36% -
HSV(B) 236.58º 0.93% 0.67% -
XYZ 7.68 3.52 38.3 -
YUV 35.3 204.02 111.38 -
System Red Green Blue C M Y K H S L
Decimal 12 21 170 0.93 0.88 0 0.33 236.58 0.87 0.36
Hex C 15 AA 5D 58 0 21 ED 57 24
Octal 14 25 252 135 130 0 41 355 127 44
Binary 1100 10101 10101010 1011101 1011000 0 100001 11101101 1010111 100100

Color Harmonies of #0C15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C15AA

Black with #0C15AA

Text Example


Text Example

White with #0C15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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