#152E5E

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

Shades of Sapphire #152E5E

Tints of Sapphire #152E5E

Color information

#152E5E (or 0x152E5E) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 5E. RGB value is (21,46,94). Sum of RGB (Red+Green+Blue) = 21+46+94=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #152E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5E is #EAD1A1. Grayscale: #2B2B2B. Windows color (decimal): -15389090 or 6172181. OLE color: 6172181.

HSL color Cylindrical-coordinate representation of color #152E5E: hue angle of 219.45º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152E5E is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB214694-
CMYK0.780.5100.63
HSL219.45º63.48%22.55%-
HSV(B)219.45º77.66%36.86%-
XYZ3.312.9210.98-
YUV44156.22111.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 94 (37.11% from 255) = 58.39%
R=13.04%
G=28.57%
B=58.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2146940.780.5100.63219.4563.4822.55
Hex152E5E4E3303Fdb3f17
Octal2556136116630773337727
Binary101011011101011110100111011001101111111101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,46,94); }

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

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

 a { background-color: rgb(21,46,94); }

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

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

 span { border-color: rgb(21,46,94); }

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