#0F1175

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

Shades of Midnight Blue #0F1175

Tints of Midnight Blue #0F1175

Color information

#0F1175 (or 0x0F1175) is unknown color: approx Midnight Blue. HEX triplet: 0F, 11 and 75. RGB value is (15,17,117). Sum of RGB (Red+Green+Blue) = 15+17+117=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F1175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1175 is #F0EE8A. Grayscale: #1B1B1B. Windows color (decimal): -15789707 or 7672079. OLE color: 7672079.

HSL color Cylindrical-coordinate representation of color #0F1175: hue angle of 238.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1175 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1517117-
CMYK0.870.8500.54
HSL238.82º77.27%25.88%-
HSV(B)238.82º87.18%45.88%-
XYZ3.611.7916.98-
YUV27.8178.34118.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 117 (46.09% from 255) = 78.52%
R=10.07%
G=11.41%
B=78.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15171170.870.8500.54238.8277.2725.88
HexF11755755036ef4d1a
Octal172116512712506635711532
Binary111110001111010110101111010101011011011101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,17,117); }

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

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

 a { background-color: rgb(15,17,117); }

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

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

 span { border-color: rgb(15,17,117); }

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