#152952

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

Shades of Sapphire #152952

Tints of Sapphire #152952

Color information

#152952 (or 0x152952) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 52. RGB value is (21,41,82). Sum of RGB (Red+Green+Blue) = 21+41+82=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #152952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152952 is #EAD6AD. Grayscale: #272727. Windows color (decimal): -15390382 or 5384469. OLE color: 5384469.

HSL color Cylindrical-coordinate representation of color #152952: hue angle of 220.33º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152952 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB214182-
CMYK0.740.5000.68
HSL220.33º59.22%20.2%-
HSV(B)220.33º74.39%32.16%-
XYZ2.632.358.3-
YUV39.69151.87114.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 82 (32.42% from 255) = 56.94%
R=14.58%
G=28.47%
B=56.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2141820.740.5000.68220.3359.2220.2
Hex1529524A32044dc3b14
Octal25511221126201043347324
Binary1010110100110100101001010110010010001001101110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152952; }

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

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

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

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

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

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

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

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