#153162

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

Shades of Sapphire #153162

Tints of Sapphire #153162

Color information

#153162 (or 0x153162) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 62. RGB value is (21,49,98). Sum of RGB (Red+Green+Blue) = 21+49+98=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #153162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153162 is #EACE9D. Grayscale: #2D2D2D. Windows color (decimal): -15388318 or 6435093. OLE color: 6435093.

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

Color convert

RGB214998-
CMYK0.790.500.62
HSL218.18º64.71%23.33%-
HSV(B)218.18º78.57%38.43%-
XYZ3.613.2411.99-
YUV46.21157.22110.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 98 (38.67% from 255) = 58.33%
R=12.5%
G=29.17%
B=58.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2149980.790.500.62218.1864.7123.33
Hex1531624F3203Eda4117
Octal25611421176207633210127
Binary1010111000111000101001111110010011111011011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153162; }

 p { color: rgb(21,49,98); }

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

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

 a { background-color: rgb(21,49,98); }

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

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

 span { border-color: rgb(21,49,98); }

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