#153477

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

Shades of Sapphire #153477

Tints of Sapphire #153477

Color information

#153477 (or 0x153477) is unknown color: approx Sapphire. HEX triplet: 15, 34 and 77. RGB value is (21,52,119). Sum of RGB (Red+Green+Blue) = 21+52+119=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #153477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153477 is #EACB88. Grayscale: #323232. Windows color (decimal): -15387529 or 7812117. OLE color: 7812117.

HSL color Cylindrical-coordinate representation of color #153477: hue angle of 221.02º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153477 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2152119-
CMYK0.820.5600.53
HSL221.02º70%27.45%-
HSV(B)221.02º82.35%46.67%-
XYZ4.873.9517.96-
YUV50.37166.73107.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=10.94%
G=27.08%
B=61.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21521190.820.5600.53221.027027.45
Hex1534775238035dd461b
Octal25641671227006533510633
Binary1010111010011101111010010111000011010111011101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153477; }

 p { color: rgb(21,52,119); }

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

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

 a { background-color: rgb(21,52,119); }

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

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

 span { border-color: rgb(21,52,119); }

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