#152854

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

Shades of Sapphire #152854

Tints of Sapphire #152854

Color information

#152854 (or 0x152854) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 54. RGB value is (21,40,84). Sum of RGB (Red+Green+Blue) = 21+40+84=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #152854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152854 is #EAD7AB. Grayscale: #272727. Windows color (decimal): -15390636 or 5515285. OLE color: 5515285.

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

Color convert

RGB214084-
CMYK0.750.5200.67
HSL221.9º60%20.59%-
HSV(B)221.9º75%32.94%-
XYZ2.672.328.69-
YUV39.33153.21114.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 84 (33.20% from 255) = 57.93%
R=14.48%
G=27.59%
B=57.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2140840.750.5200.67221.96020.59
Hex1528544B34043de3c15
Octal25501241136401033367425
Binary1010110100010101001001011110100010000111101111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152854; }

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

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

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

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

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

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

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

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