Html Css Color HEX #163176 Sapphire

📋 copy color: '#163176'

red 22 ◦ green 49 ◦ blue 118

#163176
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #163176

Tints of Sapphire #163176

RGB

 RED value IS 22 (8.98% from 255) = 11.64%

 GREEN value IS 49 (19.53% from 255) = 25.93%

 BLUE value IS 118 (46.48% from 255) = 62.43%

R = 11.64%
G = 25.93%
B = 62.43%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163176 (or 0x163176) is known color: Sapphire. HEX triplet: 16, 31 and 76. RGB value is (22,49,118). Sum of RGB (Red+Green+Blue) = 22+49+118=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #163176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163176 is #E9CE89. Grayscale: #303030. Windows color (decimal): -15322762 or 7745814. OLE color: 7745814.

HSL color Cylindrical-coordinate representation of color #163176: hue angle of 223.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163176 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 49 118 -
CMYK 0.81 0.58 0 0.54
HSL 223.13º 0.69% 0.27% -
HSV(B) 223.13º 0.81% 0.46% -
XYZ 4.7 3.68 17.6 -
YUV 48.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 22 49 118 0.81 0.58 0 0.54 223.13 0.69 0.27
Hex 16 31 76 51 3A 0 36 DF 45 1B
Octal 26 61 166 121 72 0 66 337 105 33
Binary 10110 110001 1110110 1010001 111010 0 110110 11011111 1000101 11011

Color Harmonies of #163176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163176

Black with #163176

Text Example


Text Example

White with #163176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163176; }

 p { color: rgb(22,49,118); }

 H1.HeaderClassName
 {
   color: #163176;
 }
 .AnyTagClassName
 {
   color: #163176;
 }
</style>

background-color css

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

 a { background-color: rgb(22,49,118); }

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

border-color css

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

 span { border-color: rgb(22,49,118); }

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