#152D5A

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

Shades of Sapphire #152D5A

Tints of Sapphire #152D5A

Color information

#152D5A (or 0x152D5A) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 5A. RGB value is (21,45,90). Sum of RGB (Red+Green+Blue) = 21+45+90=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #152D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D5A is #EAD2A5. Grayscale: #2A2A2A. Windows color (decimal): -15389350 or 5909781. OLE color: 5909781.

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

Color convert

RGB214590-
CMYK0.770.5000.65
HSL219.13º62.16%21.76%-
HSV(B)219.13º76.67%35.29%-
XYZ3.092.7710.05-
YUV42.95154.55112.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=13.46%
G=28.85%
B=57.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2145900.770.5000.65219.1362.1621.76
Hex152D5A4D32041db3e16
Octal25551321156201013337626
Binary1010110110110110101001101110010010000011101101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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