#152A59

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

Shades of Sapphire #152A59

Tints of Sapphire #152A59

Color information

#152A59 (or 0x152A59) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 59. RGB value is (21,42,89). Sum of RGB (Red+Green+Blue) = 21+42+89=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #152A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A59 is #EAD5A6. Grayscale: #282828. Windows color (decimal): -15390119 or 5843477. OLE color: 5843477.

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

Color convert

RGB214289-
CMYK0.760.5300.65
HSL221.47º61.82%21.57%-
HSV(B)221.47º76.4%34.9%-
XYZ2.942.549.79-
YUV41.08155.04113.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 89 (35.16% from 255) = 58.55%
R=13.82%
G=27.63%
B=58.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2142890.760.5300.65221.4761.8221.57
Hex152A594C35041dd3e16
Octal25521311146501013357626
Binary1010110101010110011001100110101010000011101110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,42,89); }

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

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

 a { background-color: rgb(21,42,89); }

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

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

 span { border-color: rgb(21,42,89); }

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