#152357

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

Shades of Sapphire #152357

Tints of Sapphire #152357

Color information

#152357 (or 0x152357) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 57. RGB value is (21,35,87). Sum of RGB (Red+Green+Blue) = 21+35+87=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #152357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152357 is #EADCA8. Grayscale: #242424. Windows color (decimal): -15391913 or 5710613. OLE color: 5710613.

HSL color Cylindrical-coordinate representation of color #152357: hue angle of 227.27º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152357 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB213587-
CMYK0.760.6000.66
HSL227.27º61.11%21.18%-
HSV(B)227.27º75.86%34.12%-
XYZ2.632.059.27-
YUV36.74156.36116.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 87 (34.38% from 255) = 60.84%
R=14.69%
G=24.48%
B=60.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2135870.760.6000.66227.2761.1121.18
Hex1523574C3C042e33d15
Octal25431271147401023437525
Binary1010110001110101111001100111100010000101110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152357; }

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

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

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

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

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

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

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

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