#152358

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

Shades of Sapphire #152358

Tints of Sapphire #152358

Color information

#152358 (or 0x152358) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 58. RGB value is (21,35,88). Sum of RGB (Red+Green+Blue) = 21+35+88=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #152358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152358 is #EADCA7. Grayscale: #242424. Windows color (decimal): -15391912 or 5776149. OLE color: 5776149.

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

Color convert

RGB213588-
CMYK0.760.6000.65
HSL227.46º61.47%21.37%-
HSV(B)227.46º76.14%34.51%-
XYZ2.672.079.49-
YUV36.86156.86116.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=14.58%
G=24.31%
B=61.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2135880.760.6000.65227.4661.4721.37
Hex1523584C3C041e33d15
Octal25431301147401013437525
Binary1010110001110110001001100111100010000011110001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152358; }

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

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

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

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

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

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

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

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