#0C024E

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

Shades of Midnight Blue #0C024E

Tints of Midnight Blue #0C024E

Color information

#0C024E (or 0x0C024E) is unknown color: approx Midnight Blue. HEX triplet: 0C, 02 and 4E. RGB value is (12,2,78). Sum of RGB (Red+Green+Blue) = 12+2+78=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C024E is #F3FDB1. Grayscale: #0D0D0D. Windows color (decimal): -15990194 or 5112332. OLE color: 5112332.

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

Color convert

RGB12278-
CMYK0.850.9700.69
HSL247.89º95%15.69%-
HSV(B)247.89º97.44%30.59%-
XYZ1.550.677.26-
YUV13.65164.31126.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 78 (30.86% from 255) = 84.78%
R=13.04%
G=2.17%
B=84.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal122780.850.9700.69247.899515.69
HexC24E5561045f85f10
Octal142116125141010537013720
Binary1100101001110101010111000010100010111111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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