#152955

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

Shades of Sapphire #152955

Tints of Sapphire #152955

Color information

#152955 (or 0x152955) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 55. RGB value is (21,41,85). Sum of RGB (Red+Green+Blue) = 21+41+85=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #152955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152955 is #EAD6AA. Grayscale: #272727. Windows color (decimal): -15390379 or 5581077. OLE color: 5581077.

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

Color convert

RGB214185-
CMYK0.750.5200.67
HSL221.25º60.38%20.78%-
HSV(B)221.25º75.29%33.33%-
XYZ2.742.48.91-
YUV40.04153.37114.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=14.29%
G=27.89%
B=57.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2141850.750.5200.67221.2560.3820.78
Hex1529554B34043dd3c15
Octal25511251136401033357425
Binary1010110100110101011001011110100010000111101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152955; }

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

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

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

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

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

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

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

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