#152754

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

Shades of Sapphire #152754

Tints of Sapphire #152754

Color information

#152754 (or 0x152754) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 54. RGB value is (21,39,84). Sum of RGB (Red+Green+Blue) = 21+39+84=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #152754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152754 is #EAD8AB. Grayscale: #262626. Windows color (decimal): -15390892 or 5515029. OLE color: 5515029.

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

Color convert

RGB213984-
CMYK0.750.5400.67
HSL222.86º60%20.59%-
HSV(B)222.86º75%32.94%-
XYZ2.642.258.68-
YUV38.75153.54115.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 84 (33.20% from 255) = 58.33%
R=14.58%
G=27.08%
B=58.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2139840.750.5400.67222.866020.59
Hex1527544B36043df3c15
Octal25471241136601033377425
Binary1010110011110101001001011110110010000111101111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152754; }

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

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

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

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

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

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

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

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