#152460

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

Shades of Sapphire #152460

Tints of Sapphire #152460

Color information

#152460 (or 0x152460) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 60. RGB value is (21,36,96). Sum of RGB (Red+Green+Blue) = 21+36+96=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #152460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152460 is #EADB9F. Grayscale: #262626. Windows color (decimal): -15391648 or 6300693. OLE color: 6300693.

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

Color convert

RGB213696-
CMYK0.780.6200.62
HSL228º64.1%22.94%-
HSV(B)228º78.12%37.65%-
XYZ3.052.2711.34-
YUV38.35160.53115.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=13.73%
G=23.53%
B=62.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2136960.780.6200.6222864.122.94
Hex1524604E3E03Ee44017
Octal25441401167607634410027
Binary1010110010011000001001110111110011111011100100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152460; }

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

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

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

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

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

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

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

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