Html Css Color HEX #0C14AA New Midnight Blue

📋 copy color: '#0C14AA'

red 12 ◦ green 20 ◦ blue 170

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

Shades of New Midnight Blue #0C14AA

Tints of New Midnight Blue #0C14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 5.94%
G = 9.9%
B = 84.16%

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

#0C14AA (or 0x0C14AA) is known color: New Midnight Blue. HEX triplet: 0C, 14 and AA. RGB value is (12,20,170). Sum of RGB (Red+Green+Blue) = 12+20+170=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C14AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C14AA is #F3EB55. Grayscale: #222222. Windows color (decimal): -15985494 or 11146252. OLE color: 11146252.

HSL color Cylindrical-coordinate representation of color #0C14AA: hue angle of 236.96º 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 #0C14AA is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 20 170 -
CMYK 0.93 0.88 0 0.33
HSL 236.96º 0.87% 0.36% -
HSV(B) 236.96º 0.93% 0.67% -
XYZ 7.66 3.48 38.3 -
YUV 34.71 204.35 111.8 -
System Red Green Blue C M Y K H S L
Decimal 12 20 170 0.93 0.88 0 0.33 236.96 0.87 0.36
Hex C 14 AA 5D 58 0 21 ED 57 24
Octal 14 24 252 135 130 0 41 355 127 44
Binary 1100 10100 10101010 1011101 1011000 0 100001 11101101 1010111 100100

Color Harmonies of #0C14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C14AA

Black with #0C14AA

Text Example


Text Example

White with #0C14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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