#15265F

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

Shades of Sapphire #15265F

Tints of Sapphire #15265F

Color information

#15265F (or 0x15265F) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 5F. RGB value is (21,38,95). Sum of RGB (Red+Green+Blue) = 21+38+95=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #15265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265F is #EAD9A0. Grayscale: #272727. Windows color (decimal): -15391137 or 6235669. OLE color: 6235669.

HSL color Cylindrical-coordinate representation of color #15265F: hue angle of 226.22º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15265F is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB213895-
CMYK0.780.6000.63
HSL226.22º63.79%22.75%-
HSV(B)226.22º77.89%37.25%-
XYZ3.072.3711.12-
YUV39.42159.37114.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 95 (37.5% from 255) = 61.69%
R=13.64%
G=24.68%
B=61.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2138950.780.6000.63226.2263.7922.75
Hex15265F4E3C03Fe24017
Octal25461371167407734210027
Binary1010110011010111111001110111100011111111100010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15265F; }

 p { color: rgb(21,38,95); }

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

<style>
 a { background-color: #15265F; }

 a { background-color: rgb(21,38,95); }

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

<style>
 span { border-color: #15265F; }

 span { border-color: rgb(21,38,95); }

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