#152F60

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

Shades of Sapphire #152F60

Tints of Sapphire #152F60

Color information

#152F60 (or 0x152F60) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 60. RGB value is (21,47,96). Sum of RGB (Red+Green+Blue) = 21+47+96=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #152F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F60 is #EAD09F. Grayscale: #2C2C2C. Windows color (decimal): -15388832 or 6303509. OLE color: 6303509.

HSL color Cylindrical-coordinate representation of color #152F60: hue angle of 219.2º 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 #152F60 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214796-
CMYK0.780.5100.62
HSL219.2º64.1%22.94%-
HSV(B)219.2º78.12%37.65%-
XYZ3.443.0411.47-
YUV44.81156.89111.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=12.80%
G=28.66%
B=58.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2147960.780.5100.62219.264.122.94
Hex152F604E3303Edb4017
Octal25571401166307633310027
Binary1010110111111000001001110110011011111011011011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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