#152359

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

Shades of Sapphire #152359

Tints of Sapphire #152359

Color information

#152359 (or 0x152359) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 59. RGB value is (21,35,89). Sum of RGB (Red+Green+Blue) = 21+35+89=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #152359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152359 is #EADCA6. Grayscale: #242424. Windows color (decimal): -15391911 or 5841685. OLE color: 5841685.

HSL color Cylindrical-coordinate representation of color #152359: hue angle of 227.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152359 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213589-
CMYK0.760.6100.65
HSL227.65º61.82%21.57%-
HSV(B)227.65º76.4%34.9%-
XYZ2.712.089.71-
YUV36.97157.36116.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=14.48%
G=24.14%
B=61.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2135890.760.6100.65227.6561.8221.57
Hex1523594C3D041e43e16
Octal25431311147501013447626
Binary1010110001110110011001100111101010000011110010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152359; }

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

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

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

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

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

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

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

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