#0c14af

Color #0C14AF New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0C14AF

Tints of New Midnight Blue #0C14AF

Color information

#0C14AF (or 0x0C14AF) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 14 and AF. RGB value is (12,20,175). Sum of RGB (Red+Green+Blue) = 12+20+175=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 175 (68.75% from 255 or 84.54% from 207); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C14AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C14AF is #F3EB50. Grayscale: #222222. Windows color (decimal): -15985489 or 11473932. OLE color: 11473932.

HSL color Cylindrical-coordinate representation of color #0C14AF: hue angle of 237.06º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C14AF is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1220175-
CMYK0.930.8900.31
HSL237.06º87.17%36.67%-
HSV(B)237.06º93.14%68.63%-
XYZ8.143.6740.84-
YUV35.28206.85111.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 175 (68.75% from 255) = 84.54%
R=5.80%
G=9.66%
B=84.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12201750.930.8900.31237.0687.1736.67
HexC14AF5D5901Fed5725
Octal142425713513103735512745
Binary1100101001010111110111011011001011111111011011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c14af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0c14af;
 }
 .AnyTagClassName
 {
   color: #0c14af;
 }
</style>
background-color css

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

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

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

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

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

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