#163364

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

Shades of Sapphire #163364

Tints of Sapphire #163364

Color information

#163364 (or 0x163364) is unknown color: approx Sapphire. HEX triplet: 16, 33 and 64. RGB value is (22,51,100). Sum of RGB (Red+Green+Blue) = 22+51+100=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #163364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163364 is #E9CC9B. Grayscale: #2F2F2F. Windows color (decimal): -15322268 or 6566678. OLE color: 6566678.

HSL color Cylindrical-coordinate representation of color #163364: hue angle of 217.69º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163364 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2251100-
CMYK0.780.4900.61
HSL217.69º63.93%23.92%-
HSV(B)217.69º78%39.22%-
XYZ3.813.4612.52-
YUV47.92157.39109.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.72%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 100 (39.45% from 255) = 57.80%
R=12.72%
G=29.48%
B=57.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal22511000.780.4900.61217.6963.9323.92
Hex1633644E3103Dda4018
Octal26631441166107533210030
Binary1011011001111001001001110110001011110111011010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163364; }

 p { color: rgb(22,51,100); }

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

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

 a { background-color: rgb(22,51,100); }

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

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

 span { border-color: rgb(22,51,100); }

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