#0F185F

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

Shades of Midnight Blue #0F185F

Tints of Midnight Blue #0F185F

Color information

#0F185F (or 0x0F185F) is unknown color: approx Midnight Blue. HEX triplet: 0F, 18 and 5F. RGB value is (15,24,95). Sum of RGB (Red+Green+Blue) = 15+24+95=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F185F is #F0E7A0. Grayscale: #1D1D1D. Windows color (decimal): -15787937 or 6232079. OLE color: 6232079.

HSL color Cylindrical-coordinate representation of color #0F185F: hue angle of 233.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F185F is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB152495-
CMYK0.840.7500.63
HSL233.25º72.73%21.57%-
HSV(B)233.25º84.21%37.25%-
XYZ2.591.5811-
YUV29.4165.02117.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 95 (37.5% from 255) = 70.90%
R=11.19%
G=17.91%
B=70.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1524950.840.7500.63233.2572.7321.57
HexF185F544B03Fe94916
Octal173013712411307735111126
Binary111111000101111110101001001011011111111101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,95); }

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

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

 a { background-color: rgb(15,24,95); }

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

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

 span { border-color: rgb(15,24,95); }

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