#152959

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

Shades of Sapphire #152959

Tints of Sapphire #152959

Color information

#152959 (or 0x152959) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 59. RGB value is (21,41,89). Sum of RGB (Red+Green+Blue) = 21+41+89=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #152959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152959 is #EAD6A6. Grayscale: #282828. Windows color (decimal): -15390375 or 5843221. OLE color: 5843221.

HSL color Cylindrical-coordinate representation of color #152959: hue angle of 222.35º 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 #152959 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB214189-
CMYK0.760.5400.65
HSL222.35º61.82%21.57%-
HSV(B)222.35º76.4%34.9%-
XYZ2.912.479.77-
YUV40.49155.37114.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=13.91%
G=27.15%
B=58.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2141890.760.5400.65222.3561.8221.57
Hex1529594C36041de3e16
Octal25511311146601013367626
Binary1010110100110110011001100110110010000011101111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152959; }

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

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

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

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

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

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

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

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