#0F1857

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

Shades of Sapphire #0F1857

Tints of Sapphire #0F1857

Color information

#0F1857 (or 0x0F1857) is unknown color: approx Sapphire. HEX triplet: 0F, 18 and 57. RGB value is (15,24,87). Sum of RGB (Red+Green+Blue) = 15+24+87=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F1857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1857 is #F0E7A8. Grayscale: #1C1C1C. Windows color (decimal): -15787945 or 5707791. OLE color: 5707791.

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

Color convert

RGB152487-
CMYK0.830.7200.66
HSL232.5º70.59%20%-
HSV(B)232.5º82.76%34.12%-
XYZ2.241.449.18-
YUV28.49161.02118.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 87 (34.38% from 255) = 69.05%
R=11.90%
G=19.05%
B=69.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1524870.830.7200.66232.570.5920
HexF18575348042e84714
Octal1730127123110010235010724
Binary1111110001010111101001110010000100001011101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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