Html Css Color HEX #163676 Sapphire

📋 copy color: '#163676'

red 22 ◦ green 54 ◦ blue 118

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

Shades of Sapphire #163676

Tints of Sapphire #163676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 11.34%
G = 27.84%
B = 60.82%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163676 (or 0x163676) is known color: Sapphire. HEX triplet: 16, 36 and 76. RGB value is (22,54,118). Sum of RGB (Red+Green+Blue) = 22+54+118=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #163676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163676 is #E9C989. Grayscale: #333333. Windows color (decimal): -15321482 or 7747094. OLE color: 7747094.

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

Color convert

RGB 22 54 118 -
CMYK 0.81 0.54 0 0.54
HSL 220º 0.69% 0.27% -
HSV(B) 220º 0.81% 0.46% -
XYZ 4.92 4.12 17.67 -
YUV 51.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 22 54 118 0.81 0.54 0 0.54 220 0.69 0.27
Hex 16 36 76 51 36 0 36 DC 45 1B
Octal 26 66 166 121 66 0 66 334 105 33
Binary 10110 110110 1110110 1010001 110110 0 110110 11011100 1000101 11011

Color Harmonies of #163676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163676

Black with #163676

Text Example


Text Example

White with #163676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163676; }

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

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

background-color css

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

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

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

border-color css

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

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

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