#0F2560

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

Shades of Sapphire #0F2560

Tints of Sapphire #0F2560

Color information

#0F2560 (or 0x0F2560) is unknown color: approx Sapphire. HEX triplet: 0F, 25 and 60. RGB value is (15,37,96). Sum of RGB (Red+Green+Blue) = 15+37+96=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F2560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2560 is #F0DA9F. Grayscale: #242424. Windows color (decimal): -15784608 or 6300943. OLE color: 6300943.

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

Color convert

RGB153796-
CMYK0.840.6100.62
HSL223.7º72.97%21.76%-
HSV(B)223.7º84.38%37.65%-
XYZ2.972.2711.35-
YUV37.15161.21112.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=10.14%
G=25%
B=64.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1537960.840.6100.62223.772.9721.76
HexF2560543D03Ee04916
Octal17451401247507634011126
Binary111110010111000001010100111101011111011100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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