#152353

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

Shades of Sapphire #152353

Tints of Sapphire #152353

Color information

#152353 (or 0x152353) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 53. RGB value is (21,35,83). Sum of RGB (Red+Green+Blue) = 21+35+83=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #152353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152353 is #EADCAC. Grayscale: #242424. Windows color (decimal): -15391917 or 5448469. OLE color: 5448469.

HSL color Cylindrical-coordinate representation of color #152353: hue angle of 226.45º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152353 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB213583-
CMYK0.750.5800.67
HSL226.45º59.62%20.39%-
HSV(B)226.45º74.7%32.55%-
XYZ2.471.998.44-
YUV36.29154.36117.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=15.11%
G=25.18%
B=59.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2135830.750.5800.67226.4559.6220.39
Hex1523534B3A043e23c14
Octal25431231137201033427424
Binary1010110001110100111001011111010010000111110001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152353; }

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

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

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

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

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

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

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

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