#0F2059

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

Shades of Sapphire #0F2059

Tints of Sapphire #0F2059

Color information

#0F2059 (or 0x0F2059) is unknown color: approx Sapphire. HEX triplet: 0F, 20 and 59. RGB value is (15,32,89). Sum of RGB (Red+Green+Blue) = 15+32+89=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F2059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2059 is #F0DFA6. Grayscale: #212121. Windows color (decimal): -15785895 or 5840911. OLE color: 5840911.

HSL color Cylindrical-coordinate representation of color #0F2059: hue angle of 226.22º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F2059 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB153289-
CMYK0.830.6400.65
HSL226.22º71.15%20.39%-
HSV(B)226.22º83.15%34.9%-
XYZ2.521.869.68-
YUV33.42159.37114.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.03%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 89 (35.16% from 255) = 65.44%
R=11.03%
G=23.53%
B=65.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1532890.830.6400.65226.2271.1520.39
HexF20595340041e24714
Octal1740131123100010134210724
Binary11111000001011001101001110000000100000111100010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,89); }

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

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

 a { background-color: rgb(15,32,89); }

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

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

 span { border-color: rgb(15,32,89); }

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