#152E5B

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

Shades of Sapphire #152E5B

Tints of Sapphire #152E5B

Color information

#152E5B (or 0x152E5B) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 5B. RGB value is (21,46,91). Sum of RGB (Red+Green+Blue) = 21+46+91=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #152E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5B is #EAD1A4. Grayscale: #2B2B2B. Windows color (decimal): -15389093 or 5975573. OLE color: 5975573.

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

Color convert

RGB214691-
CMYK0.770.4900.64
HSL218.57º62.5%21.96%-
HSV(B)218.57º76.92%35.69%-
XYZ3.172.8710.28-
YUV43.66154.72111.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=13.29%
G=29.11%
B=57.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2146910.770.4900.64218.5762.521.96
Hex152E5B4D31040db3e16
Octal25561331156101003337626
Binary1010110111010110111001101110001010000001101101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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