#163477

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

Shades of Sapphire #163477

Tints of Sapphire #163477

Color information

#163477 (or 0x163477) is unknown color: approx Sapphire. HEX triplet: 16, 34 and 77. RGB value is (22,52,119). Sum of RGB (Red+Green+Blue) = 22+52+119=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #163477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163477 is #E9CB88. Grayscale: #323232. Windows color (decimal): -15321993 or 7812118. OLE color: 7812118.

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

Color convert

RGB2252119-
CMYK0.820.5600.53
HSL221.44º68.79%27.65%-
HSV(B)221.44º81.51%46.67%-
XYZ4.893.9617.96-
YUV50.67166.56107.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 119 (46.88% from 255) = 61.66%
R=11.40%
G=26.94%
B=61.66%

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
Decimal22521190.820.5600.53221.4468.7927.65
Hex1634775238035dd451c
Octal26641671227006533510534
Binary1011011010011101111010010111000011010111011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163477; }

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

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

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

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

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

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

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

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