#152B53

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

Shades of Sapphire #152B53

Tints of Sapphire #152B53

Color information

#152B53 (or 0x152B53) is unknown color: approx Sapphire. HEX triplet: 15, 2B and 53. RGB value is (21,43,83). Sum of RGB (Red+Green+Blue) = 21+43+83=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #152B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B53 is #EAD4AC. Grayscale: #282828. Windows color (decimal): -15389869 or 5450517. OLE color: 5450517.

HSL color Cylindrical-coordinate representation of color #152B53: hue angle of 218.71º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152B53 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB214383-
CMYK0.750.4800.67
HSL218.71º59.62%20.39%-
HSV(B)218.71º74.7%32.55%-
XYZ2.732.518.52-
YUV40.98151.71113.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 43 (17.19% from 255) = 29.25%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=14.29%
G=29.25%
B=56.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2143830.750.4800.67218.7159.6220.39
Hex152B534B30043db3c14
Octal25531231136001033337424
Binary1010110101110100111001011110000010000111101101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,43,83); }

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

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

 a { background-color: rgb(21,43,83); }

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

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

 span { border-color: rgb(21,43,83); }

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