#152654

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

Shades of Sapphire #152654

Tints of Sapphire #152654

Color information

#152654 (or 0x152654) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 54. RGB value is (21,38,84). Sum of RGB (Red+Green+Blue) = 21+38+84=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #152654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152654 is #EAD9AB. Grayscale: #252525. Windows color (decimal): -15391148 or 5514773. OLE color: 5514773.

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

Color convert

RGB213884-
CMYK0.750.5500.67
HSL223.81º60%20.59%-
HSV(B)223.81º75%32.94%-
XYZ2.62.198.67-
YUV38.16153.87115.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 84 (33.20% from 255) = 58.74%
R=14.69%
G=26.57%
B=58.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2138840.750.5500.67223.816020.59
Hex1526544B37043e03c15
Octal25461241136701033407425
Binary1010110011010101001001011110111010000111110000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152654; }

 p { color: rgb(21,38,84); }

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

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

 a { background-color: rgb(21,38,84); }

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

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

 span { border-color: rgb(21,38,84); }

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