#152E5A

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

Shades of Sapphire #152E5A

Tints of Sapphire #152E5A

Color information

#152E5A (or 0x152E5A) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 5A. RGB value is (21,46,90). Sum of RGB (Red+Green+Blue) = 21+46+90=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #152E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5A is #EAD1A5. Grayscale: #2B2B2B. Windows color (decimal): -15389094 or 5910037. OLE color: 5910037.

HSL color Cylindrical-coordinate representation of color #152E5A: hue angle of 218.26º 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 #152E5A is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB214690-
CMYK0.770.4900.65
HSL218.26º62.16%21.76%-
HSV(B)218.26º76.67%35.29%-
XYZ3.132.8510.06-
YUV43.54154.22111.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=13.38%
G=29.30%
B=57.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2146900.770.4900.65218.2662.1621.76
Hex152E5A4D31041da3e16
Octal25561321156101013327626
Binary1010110111010110101001101110001010000011101101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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