#152D59

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

Shades of Sapphire #152D59

Tints of Sapphire #152D59

Color information

#152D59 (or 0x152D59) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 59. RGB value is (21,45,89). Sum of RGB (Red+Green+Blue) = 21+45+89=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #152D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D59 is #EAD2A6. Grayscale: #2A2A2A. Windows color (decimal): -15389351 or 5844245. OLE color: 5844245.

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

Color convert

RGB214589-
CMYK0.760.4900.65
HSL218.82º61.82%21.57%-
HSV(B)218.82º76.4%34.9%-
XYZ3.052.769.82-
YUV42.84154.05112.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=13.55%
G=29.03%
B=57.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2145890.760.4900.65218.8261.8221.57
Hex152D594C31041db3e16
Octal25551311146101013337626
Binary1010110110110110011001100110001010000011101101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152D59; }

 p { color: rgb(21,45,89); }

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

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

 a { background-color: rgb(21,45,89); }

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

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

 span { border-color: rgb(21,45,89); }

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