#0C014E

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

Shades of Midnight Blue #0C014E

Tints of Midnight Blue #0C014E

Color information

#0C014E (or 0x0C014E) is unknown color: approx Midnight Blue. HEX triplet: 0C, 01 and 4E. RGB value is (12,1,78). Sum of RGB (Red+Green+Blue) = 12+1+78=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C014E is #F3FEB1. Grayscale: #0C0C0C. Windows color (decimal): -15990450 or 5112076. OLE color: 5112076.

HSL color Cylindrical-coordinate representation of color #0C014E: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C014E is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB12178-
CMYK0.850.9900.69
HSL248.57º97.47%15.49%-
HSV(B)248.57º98.72%30.59%-
XYZ1.540.657.25-
YUV13.07164.64127.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.19%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 78 (30.86% from 255) = 85.71%
R=13.19%
G=1.10%
B=85.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal121780.850.9900.69248.5797.4715.49
HexC14E5563045f961f
Octal141116125143010537114117
Binary11001100111010101011100011010001011111100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,78); }

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

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

 a { background-color: rgb(12,1,78); }

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

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

 span { border-color: rgb(12,1,78); }

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