#0C044E

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

Shades of Midnight Blue #0C044E

Tints of Midnight Blue #0C044E

Color information

#0C044E (or 0x0C044E) is unknown color: approx Midnight Blue. HEX triplet: 0C, 04 and 4E. RGB value is (12,4,78). Sum of RGB (Red+Green+Blue) = 12+4+78=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C044E is #F3FBB1. Grayscale: #0E0E0E. Windows color (decimal): -15989682 or 5112844. OLE color: 5112844.

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

Color convert

RGB12478-
CMYK0.850.9500.69
HSL246.49º90.24%16.08%-
HSV(B)246.49º94.87%30.59%-
XYZ1.570.727.26-
YUV14.83163.65125.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.77%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 78 (30.86% from 255) = 82.98%
R=12.77%
G=4.26%
B=82.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal124780.850.9500.69246.4990.2416.08
HexC44E555F045f65a10
Octal144116125137010536613220
Binary11001001001110101010110111110100010111110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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