#0F1A60

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

Shades of Sapphire #0F1A60

Tints of Sapphire #0F1A60

Color information

#0F1A60 (or 0x0F1A60) is unknown color: approx Sapphire. HEX triplet: 0F, 1A and 60. RGB value is (15,26,96). Sum of RGB (Red+Green+Blue) = 15+26+96=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F1A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A60 is #F0E59F. Grayscale: #1E1E1E. Windows color (decimal): -15787424 or 6298127. OLE color: 6298127.

HSL color Cylindrical-coordinate representation of color #0F1A60: hue angle of 231.85º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F1A60 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB152696-
CMYK0.840.7300.62
HSL231.85º72.97%21.76%-
HSV(B)231.85º84.38%37.65%-
XYZ2.681.6811.25-
YUV30.69164.86116.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.95%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=10.95%
G=18.98%
B=70.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1526960.840.7300.62231.8572.9721.76
HexF1A60544903Ee84916
Octal173214012411107635011126
Binary111111010110000010101001001001011111011101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,96); }

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

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

 a { background-color: rgb(15,26,96); }

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

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

 span { border-color: rgb(15,26,96); }

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