#153060

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

Shades of Sapphire #153060

Tints of Sapphire #153060

Color information

#153060 (or 0x153060) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 60. RGB value is (21,48,96). Sum of RGB (Red+Green+Blue) = 21+48+96=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #153060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153060 is #EACF9F. Grayscale: #2D2D2D. Windows color (decimal): -15388576 or 6303765. OLE color: 6303765.

HSL color Cylindrical-coordinate representation of color #153060: hue angle of 218.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153060 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214896-
CMYK0.780.5000.62
HSL218.4º64.1%22.94%-
HSV(B)218.4º78.12%37.65%-
XYZ3.483.1211.48-
YUV45.4156.55110.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=12.73%
G=29.09%
B=58.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2148960.780.5000.62218.464.122.94
Hex1530604E3203Eda4017
Octal25601401166207633210027
Binary1010111000011000001001110110010011111011011010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153060; }

 p { color: rgb(21,48,96); }

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

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

 a { background-color: rgb(21,48,96); }

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

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

 span { border-color: rgb(21,48,96); }

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