#0C084E

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

Shades of Midnight Blue #0C084E

Tints of Midnight Blue #0C084E

Color information

#0C084E (or 0x0C084E) is unknown color: approx Midnight Blue. HEX triplet: 0C, 08 and 4E. RGB value is (12,8,78). Sum of RGB (Red+Green+Blue) = 12+8+78=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C084E is #F3F7B1. Grayscale: #101010. Windows color (decimal): -15988658 or 5113868. OLE color: 5113868.

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

Color convert

RGB12878-
CMYK0.850.9000.69
HSL243.43º81.4%16.86%-
HSV(B)243.43º89.74%30.59%-
XYZ1.610.87.28-
YUV17.18162.33124.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 78 (30.86% from 255) = 79.59%
R=12.24%
G=8.16%
B=79.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal128780.850.9000.69243.4381.416.86
HexC84E555A045f35111
Octal1410116125132010536312121
Binary110010001001110101010110110100100010111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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