#0F2C60

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

Shades of Sapphire #0F2C60

Tints of Sapphire #0F2C60

Color information

#0F2C60 (or 0x0F2C60) is unknown color: approx Sapphire. HEX triplet: 0F, 2C and 60. RGB value is (15,44,96). Sum of RGB (Red+Green+Blue) = 15+44+96=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F2C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2C60 is #F0D39F. Grayscale: #292929. Windows color (decimal): -15782816 or 6302735. OLE color: 6302735.

HSL color Cylindrical-coordinate representation of color #0F2C60: hue angle of 218.52º 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 #0F2C60 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB154496-
CMYK0.840.5400.62
HSL218.52º72.97%21.76%-
HSV(B)218.52º84.38%37.65%-
XYZ3.212.7511.43-
YUV41.26158.89109.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=9.68%
G=28.39%
B=61.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1544960.840.5400.62218.5272.9721.76
HexF2C60543603Edb4916
Octal17541401246607633311126
Binary111110110011000001010100110110011111011011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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