Html Css Color HEX #163476 Sapphire

📋 copy color: '#163476'

red 22 ◦ green 52 ◦ blue 118

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

Shades of Sapphire #163476

Tints of Sapphire #163476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 11.46%
G = 27.08%
B = 61.46%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163476 (or 0x163476) is known color: Sapphire. HEX triplet: 16, 34 and 76. RGB value is (22,52,118). Sum of RGB (Red+Green+Blue) = 22+52+118=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #163476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163476 is #E9CB89. Grayscale: #323232. Windows color (decimal): -15321994 or 7746582. OLE color: 7746582.

HSL color Cylindrical-coordinate representation of color #163476: hue angle of 221.25º 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 #163476 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 52 118 -
CMYK 0.81 0.56 0 0.54
HSL 221.25º 0.69% 0.27% -
HSV(B) 221.25º 0.81% 0.46% -
XYZ 4.83 3.93 17.64 -
YUV 50.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 22 52 118 0.81 0.56 0 0.54 221.25 0.69 0.27
Hex 16 34 76 51 38 0 36 DD 45 1B
Octal 26 64 166 121 70 0 66 335 105 33
Binary 10110 110100 1110110 1010001 111000 0 110110 11011101 1000101 11011

Color Harmonies of #163476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163476

Black with #163476

Text Example


Text Example

White with #163476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163476; }

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

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

background-color css

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

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

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

border-color css

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

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

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