#152158

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

Shades of Sapphire #152158

Tints of Sapphire #152158

Color information

#152158 (or 0x152158) is unknown color: approx Sapphire. HEX triplet: 15, 21 and 58. RGB value is (21,33,88). Sum of RGB (Red+Green+Blue) = 21+33+88=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #152158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152158 is #EADEA7. Grayscale: #232323. Windows color (decimal): -15392424 or 5775637. OLE color: 5775637.

HSL color Cylindrical-coordinate representation of color #152158: hue angle of 229.25º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152158 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213388-
CMYK0.760.6200.65
HSL229.25º61.47%21.37%-
HSV(B)229.25º76.14%34.51%-
XYZ2.611.959.47-
YUV35.68157.52117.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 88 (34.77% from 255) = 61.97%
R=14.79%
G=23.24%
B=61.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2133880.760.6200.65229.2561.4721.37
Hex1521584C3E041e53d15
Octal25411301147601013457525
Binary1010110000110110001001100111110010000011110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152158; }

 p { color: rgb(21,33,88); }

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

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

 a { background-color: rgb(21,33,88); }

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

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

 span { border-color: rgb(21,33,88); }

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