#0F2460

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

Shades of Sapphire #0F2460

Tints of Sapphire #0F2460

Color information

#0F2460 (or 0x0F2460) is unknown color: approx Sapphire. HEX triplet: 0F, 24 and 60. RGB value is (15,36,96). Sum of RGB (Red+Green+Blue) = 15+36+96=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F2460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2460 is #F0DB9F. Grayscale: #242424. Windows color (decimal): -15784864 or 6300687. OLE color: 6300687.

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

Color convert

RGB153696-
CMYK0.840.6200.62
HSL224.44º72.97%21.76%-
HSV(B)224.44º84.38%37.65%-
XYZ2.942.2111.34-
YUV36.56161.54112.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=10.20%
G=24.49%
B=65.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1536960.840.6200.62224.4472.9721.76
HexF2460543E03Ee04916
Octal17441401247607634011126
Binary111110010011000001010100111110011111011100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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