#15256D

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

Shades of Sapphire #15256D

Tints of Sapphire #15256D

Color information

#15256D (or 0x15256D) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 6D. RGB value is (21,37,109). Sum of RGB (Red+Green+Blue) = 21+37+109=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #15256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15256D is #EADA92. Grayscale: #282828. Windows color (decimal): -15391379 or 7152917. OLE color: 7152917.

HSL color Cylindrical-coordinate representation of color #15256D: hue angle of 229.09º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15256D is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2137109-
CMYK0.810.6600.57
HSL229.09º67.69%25.49%-
HSV(B)229.09º80.73%42.75%-
XYZ3.732.5914.77-
YUV40.42166.7114.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 37 (14.84% from 255) = 22.16%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=12.57%
G=22.16%
B=65.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21371090.810.6600.57229.0967.6925.49
Hex15256D5142039e54419
Octal254515512110207134510431
Binary10101100101110110110100011000010011100111100101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15256D; }

 p { color: rgb(21,37,109); }

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

<style>
 a { background-color: #15256D; }

 a { background-color: rgb(21,37,109); }

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

<style>
 span { border-color: #15256D; }

 span { border-color: rgb(21,37,109); }

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