#0F024F

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

Shades of Midnight Blue #0F024F

Tints of Midnight Blue #0F024F

Color information

#0F024F (or 0x0F024F) is unknown color: approx Midnight Blue. HEX triplet: 0F, 02 and 4F. RGB value is (15,2,79). Sum of RGB (Red+Green+Blue) = 15+2+79=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 79 (31.25% from 255 or 82.29% from 96); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F024F is #F0FDB0. Grayscale: #0E0E0E. Windows color (decimal): -15793585 or 5177871. OLE color: 5177871.

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

Color convert

RGB15279-
CMYK0.810.9700.69
HSL250.13º95.06%15.88%-
HSV(B)250.13º97.47%30.98%-
XYZ1.630.717.45-
YUV14.66164.31128.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 79 (31.25% from 255) = 82.29%
R=15.62%
G=2.08%
B=82.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal152790.810.9700.69250.1395.0615.88
HexF24F5161045fa5f10
Octal172117121141010537213720
Binary1111101001111101000111000010100010111111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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