#0C054E

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

Shades of Midnight Blue #0C054E

Tints of Midnight Blue #0C054E

Color information

#0C054E (or 0x0C054E) is unknown color: approx Midnight Blue. HEX triplet: 0C, 05 and 4E. RGB value is (12,5,78). Sum of RGB (Red+Green+Blue) = 12+5+78=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C054E is #F3FAB1. Grayscale: #0F0F0F. Windows color (decimal): -15989426 or 5113100. OLE color: 5113100.

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

Color convert

RGB12578-
CMYK0.850.9400.69
HSL245.75º87.95%16.27%-
HSV(B)245.75º93.59%30.59%-
XYZ1.580.747.27-
YUV15.42163.32125.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 78 (30.86% from 255) = 82.11%
R=12.63%
G=5.26%
B=82.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal125780.850.9400.69245.7587.9516.27
HexC54E555E045f65810
Octal145116125136010536613020
Binary11001011001110101010110111100100010111110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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