#152360

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

Shades of Sapphire #152360

Tints of Sapphire #152360

Color information

#152360 (or 0x152360) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 60. RGB value is (21,35,96). Sum of RGB (Red+Green+Blue) = 21+35+96=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #152360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152360 is #EADC9F. Grayscale: #252525. Windows color (decimal): -15391904 or 6300437. OLE color: 6300437.

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

Color convert

RGB213596-
CMYK0.780.6400.62
HSL228.8º64.1%22.94%-
HSV(B)228.8º78.12%37.65%-
XYZ3.022.2111.33-
YUV37.77160.86116.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 96 (37.89% from 255) = 63.16%
R=13.82%
G=23.03%
B=63.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2135960.780.6400.62228.864.122.94
Hex1523604E4003Ee54017
Octal254314011610007634510027
Binary10101100011110000010011101000000011111011100101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152360; }

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

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

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

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

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

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

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

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