#0F2660

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

Shades of Sapphire #0F2660

Tints of Sapphire #0F2660

Color information

#0F2660 (or 0x0F2660) is unknown color: approx Sapphire. HEX triplet: 0F, 26 and 60. RGB value is (15,38,96). Sum of RGB (Red+Green+Blue) = 15+38+96=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F2660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2660 is #F0D99F. Grayscale: #252525. Windows color (decimal): -15784352 or 6301199. OLE color: 6301199.

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

Color convert

RGB153896-
CMYK0.840.6000.62
HSL222.96º72.97%21.76%-
HSV(B)222.96º84.38%37.65%-
XYZ32.3311.36-
YUV37.74160.88111.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=10.07%
G=25.50%
B=64.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1538960.840.6000.62222.9672.9721.76
HexF2660543C03Edf4916
Octal17461401247407633711126
Binary111110011011000001010100111100011111011011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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