#163374

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

Shades of Sapphire #163374

Tints of Sapphire #163374

Color information

#163374 (or 0x163374) is unknown color: approx Sapphire. HEX triplet: 16, 33 and 74. RGB value is (22,51,116). Sum of RGB (Red+Green+Blue) = 22+51+116=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #163374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163374 is #E9CC8B. Grayscale: #313131. Windows color (decimal): -15322252 or 7615254. OLE color: 7615254.

HSL color Cylindrical-coordinate representation of color #163374: hue angle of 221.49º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163374 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2251116-
CMYK0.810.5600.55
HSL221.49º68.12%27.06%-
HSV(B)221.49º81.03%45.49%-
XYZ4.673.817.01-
YUV49.74165.39108.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 116 (45.70% from 255) = 61.38%
R=11.64%
G=26.98%
B=61.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22511160.810.5600.55221.4968.1227.06
Hex1633745138037dd441b
Octal26631641217006733510433
Binary1011011001111101001010001111000011011111011101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163374; }

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

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

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

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

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

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

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

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