#152455

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

Shades of Sapphire #152455

Tints of Sapphire #152455

Color information

#152455 (or 0x152455) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 55. RGB value is (21,36,85). Sum of RGB (Red+Green+Blue) = 21+36+85=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #152455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152455 is #EADBAA. Grayscale: #242424. Windows color (decimal): -15391659 or 5579797. OLE color: 5579797.

HSL color Cylindrical-coordinate representation of color #152455: hue angle of 225.94º 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 #152455 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB213685-
CMYK0.750.5800.67
HSL225.94º60.38%20.78%-
HSV(B)225.94º75.29%33.33%-
XYZ2.582.088.86-
YUV37.1155.03116.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 85 (33.59% from 255) = 59.86%
R=14.79%
G=25.35%
B=59.86%

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
Decimal2136850.750.5800.67225.9460.3820.78
Hex1524554B3A043e23c15
Octal25441251137201033427425
Binary1010110010010101011001011111010010000111110001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152455; }

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

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

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

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

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

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

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

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