#152960

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

Shades of Sapphire #152960

Tints of Sapphire #152960

Color information

#152960 (or 0x152960) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 60. RGB value is (21,41,96). Sum of RGB (Red+Green+Blue) = 21+41+96=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #152960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152960 is #EAD69F. Grayscale: #292929. Windows color (decimal): -15390368 or 6301973. OLE color: 6301973.

HSL color Cylindrical-coordinate representation of color #152960: hue angle of 224º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152960 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214196-
CMYK0.780.5700.62
HSL224º64.1%22.94%-
HSV(B)224º78.12%37.65%-
XYZ3.212.5911.4-
YUV41.29158.87113.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=13.29%
G=25.95%
B=60.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2141960.780.5700.6222464.122.94
Hex1529604E3903Ee04017
Octal25511401167107634010027
Binary1010110100111000001001110111001011111011100000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152960; }

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

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

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

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

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

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

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

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