#0F156E

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

Shades of Midnight Blue #0F156E

Tints of Midnight Blue #0F156E

Color information

#0F156E (or 0x0F156E) is unknown color: approx Midnight Blue. HEX triplet: 0F, 15 and 6E. RGB value is (15,21,110). Sum of RGB (Red+Green+Blue) = 15+21+110=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F156E is #F0EA91. Grayscale: #1C1C1C. Windows color (decimal): -15788690 or 7214351. OLE color: 7214351.

HSL color Cylindrical-coordinate representation of color #0F156E: hue angle of 236.21º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F156E is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1521110-
CMYK0.860.8100.57
HSL236.21º76%24.51%-
HSV(B)236.21º86.36%43.14%-
XYZ3.281.7614.92-
YUV29.35173.51117.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=10.27%
G=14.38%
B=75.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15211100.860.8100.57236.217624.51
HexF156E5651039ec4c19
Octal172515612612107135411431
Binary111110101110111010101101010001011100111101100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,21,110); }

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

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

 a { background-color: rgb(15,21,110); }

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

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

 span { border-color: rgb(15,21,110); }

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