#152555

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

Shades of Sapphire #152555

Tints of Sapphire #152555

Color information

#152555 (or 0x152555) is unknown color: approx Sapphire. HEX triplet: 15, 25 and 55. RGB value is (21,37,85). Sum of RGB (Red+Green+Blue) = 21+37+85=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #152555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152555 is #EADAAA. Grayscale: #252525. Windows color (decimal): -15391403 or 5580053. OLE color: 5580053.

HSL color Cylindrical-coordinate representation of color #152555: hue angle of 225º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152555 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB213785-
CMYK0.750.5600.67
HSL225º60.38%20.78%-
HSV(B)225º75.29%33.33%-
XYZ2.612.148.87-
YUV37.69154.7116.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 85 (33.59% from 255) = 59.44%
R=14.69%
G=25.87%
B=59.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2137850.750.5600.6722560.3820.78
Hex1525554B38043e13c15
Octal25451251137001033417425
Binary1010110010110101011001011111000010000111110000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152555; }

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

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

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

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

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

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

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

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