#0F3163

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

Shades of Sapphire #0F3163

Tints of Sapphire #0F3163

Color information

#0F3163 (or 0x0F3163) is unknown color: approx Sapphire. HEX triplet: 0F, 31 and 63. RGB value is (15,49,99). Sum of RGB (Red+Green+Blue) = 15+49+99=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F3163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3163 is #F0CE9C. Grayscale: #2C2C2C. Windows color (decimal): -15781533 or 6500623. OLE color: 6500623.

HSL color Cylindrical-coordinate representation of color #0F3163: hue angle of 215.71º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F3163 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB154999-
CMYK0.850.5100.61
HSL215.71º73.68%22.35%-
HSV(B)215.71º84.85%38.82%-
XYZ3.553.212.23-
YUV44.53158.74106.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 99 (39.06% from 255) = 60.74%
R=9.20%
G=30.06%
B=60.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1549990.850.5100.61215.7173.6822.35
HexF3163553303Dd84a16
Octal17611431256307533011226
Binary111111000111000111010101110011011110111011000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,99); }

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

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

 a { background-color: rgb(15,49,99); }

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

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

 span { border-color: rgb(15,49,99); }

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