#0F125B

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

Shades of Midnight Blue #0F125B

Tints of Midnight Blue #0F125B

Color information

#0F125B (or 0x0F125B) is unknown color: approx Midnight Blue. HEX triplet: 0F, 12 and 5B. RGB value is (15,18,91). Sum of RGB (Red+Green+Blue) = 15+18+91=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F125B is #F0EDA4. Grayscale: #191919. Windows color (decimal): -15789477 or 5968399. OLE color: 5968399.

HSL color Cylindrical-coordinate representation of color #0F125B: hue angle of 237.63º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F125B is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB151891-
CMYK0.840.8000.64
HSL237.63º71.7%20.78%-
HSV(B)237.63º83.52%35.69%-
XYZ2.31.2910.03-
YUV25.42165.01120.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 91 (35.94% from 255) = 73.39%
R=12.10%
G=14.52%
B=73.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1518910.840.8000.64237.6371.720.78
HexF125B5450040ee4815
Octal1722133124120010035611025
Binary1111100101011011101010010100000100000011101110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,91); }

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

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

 a { background-color: rgb(15,18,91); }

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

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

 span { border-color: rgb(15,18,91); }

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