Html Css Color HEX #0C14AB New Midnight Blue

📋 copy color: '#0C14AB'

red 12 ◦ green 20 ◦ blue 171

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

Shades of New Midnight Blue #0C14AB

Tints of New Midnight Blue #0C14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 84.24%

R = 5.91%
G = 9.85%
B = 84.24%

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

#0C14AB (or 0x0C14AB) is known color: New Midnight Blue. HEX triplet: 0C, 14 and AB. RGB value is (12,20,171). Sum of RGB (Red+Green+Blue) = 12+20+171=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C14AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C14AB is #F3EB54. Grayscale: #222222. Windows color (decimal): -15985493 or 11211788. OLE color: 11211788.

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

Color convert

RGB 12 20 171 -
CMYK 0.93 0.88 0 0.33
HSL 236.98º 0.87% 0.36% -
HSV(B) 236.98º 0.93% 0.67% -
XYZ 7.75 3.52 38.8 -
YUV 34.82 204.85 111.72 -
System Red Green Blue C M Y K H S L
Decimal 12 20 171 0.93 0.88 0 0.33 236.98 0.87 0.36
Hex C 14 AB 5D 58 0 21 ED 57 24
Octal 14 24 253 135 130 0 41 355 127 44
Binary 1100 10100 10101011 1011101 1011000 0 100001 11101101 1010111 100100

Color Harmonies of #0C14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C14AB

Black with #0C14AB

Text Example


Text Example

White with #0C14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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