#0F187B

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

Shades of Midnight Blue #0F187B

Tints of Midnight Blue #0F187B

Color information

#0F187B (or 0x0F187B) is unknown color: approx Midnight Blue. HEX triplet: 0F, 18 and 7B. RGB value is (15,24,123). Sum of RGB (Red+Green+Blue) = 15+24+123=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F187B is #F0E784. Grayscale: #202020. Windows color (decimal): -15787909 or 8067087. OLE color: 8067087.

HSL color Cylindrical-coordinate representation of color #0F187B: hue angle of 235º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F187B is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1524123-
CMYK0.880.8000.52
HSL235º78.26%27.06%-
HSV(B)235º87.8%48.24%-
XYZ4.12.1818.94-
YUV32.6179.02115.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 123 (48.44% from 255) = 75.93%
R=9.26%
G=14.81%
B=75.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15241230.880.8000.5223578.2627.06
HexF187B5850034eb4e1b
Octal173017313012006435311633
Binary111111000111101110110001010000011010011101011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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