#0C024F

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

Shades of Midnight Blue #0C024F

Tints of Midnight Blue #0C024F

Color information

#0C024F (or 0x0C024F) is unknown color: approx Midnight Blue. HEX triplet: 0C, 02 and 4F. RGB value is (12,2,79). Sum of RGB (Red+Green+Blue) = 12+2+79=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 79 (31.25% from 255 or 84.95% from 93); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C024F is #F3FDB0. Grayscale: #0D0D0D. Windows color (decimal): -15990193 or 5177868. OLE color: 5177868.

HSL color Cylindrical-coordinate representation of color #0C024F: hue angle of 247.79º 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 #0C024F is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB12279-
CMYK0.850.9700.69
HSL247.79º95.06%15.88%-
HSV(B)247.79º97.47%30.98%-
XYZ1.580.697.45-
YUV13.77164.81126.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 79 (31.25% from 255) = 84.95%
R=12.90%
G=2.15%
B=84.95%

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
Decimal122790.850.9700.69247.7995.0615.88
HexC24F5561045f85f10
Octal142117125141010537013720
Binary1100101001111101010111000010100010111111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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