#152355

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

Shades of Sapphire #152355

Tints of Sapphire #152355

Color information

#152355 (or 0x152355) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 55. RGB value is (21,35,85). Sum of RGB (Red+Green+Blue) = 21+35+85=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #152355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152355 is #EADCAA. Grayscale: #242424. Windows color (decimal): -15391915 or 5579541. OLE color: 5579541.

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

Color convert

RGB213585-
CMYK0.750.5900.67
HSL226.88º60.38%20.78%-
HSV(B)226.88º75.29%33.33%-
XYZ2.552.028.85-
YUV36.51155.36116.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 85 (33.59% from 255) = 60.28%
R=14.89%
G=24.82%
B=60.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2135850.750.5900.67226.8860.3820.78
Hex1523554B3B043e33c15
Octal25431251137301033437425
Binary1010110001110101011001011111011010000111110001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152355; }

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

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

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

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

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

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

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

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