#0F054F

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

Shades of Midnight Blue #0F054F

Tints of Midnight Blue #0F054F

Color information

#0F054F (or 0x0F054F) is unknown color: approx Midnight Blue. HEX triplet: 0F, 05 and 4F. RGB value is (15,5,79). Sum of RGB (Red+Green+Blue) = 15+5+79=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F054F is #F0FAB0. Grayscale: #101010. Windows color (decimal): -15792817 or 5178639. OLE color: 5178639.

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

Color convert

RGB15579-
CMYK0.810.9400.69
HSL248.11º88.1%16.47%-
HSV(B)248.11º93.67%30.98%-
XYZ1.660.777.46-
YUV16.43163.31126.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 79 (31.25% from 255) = 79.80%
R=15.15%
G=5.05%
B=79.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal155790.810.9400.69248.1188.116.47
HexF54F515E045f85810
Octal175117121136010537013020
Binary11111011001111101000110111100100010111111000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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