#0F137D

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

Shades of Midnight Blue #0F137D

Tints of Midnight Blue #0F137D

Color information

#0F137D (or 0x0F137D) is unknown color: approx Midnight Blue. HEX triplet: 0F, 13 and 7D. RGB value is (15,19,125). Sum of RGB (Red+Green+Blue) = 15+19+125=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F137D is #F0EC82. Grayscale: #1D1D1D. Windows color (decimal): -15789187 or 8196879. OLE color: 8196879.

HSL color Cylindrical-coordinate representation of color #0F137D: hue angle of 237.82º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F137D is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1519125-
CMYK0.880.8500.51
HSL237.82º78.57%27.45%-
HSV(B)237.82º88%49.02%-
XYZ4.132.0519.58-
YUV29.89181.67117.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 125 (49.22% from 255) = 78.62%
R=9.43%
G=11.95%
B=78.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15191250.880.8500.51237.8278.5727.45
HexF137D5855033ee4f1b
Octal172317513012506335611733
Binary111110011111110110110001010101011001111101110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,19,125); }

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

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

 a { background-color: rgb(15,19,125); }

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

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

 span { border-color: rgb(15,19,125); }

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