Html Css Color HEX #163771 Sapphire

📋 copy color: '#163771'

red 22 ◦ green 55 ◦ blue 113

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

Shades of Sapphire #163771

Tints of Sapphire #163771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

 BLUE value IS 113 (44.53% from 255) = 59.47%

R = 11.58%
G = 28.95%
B = 59.47%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#163771 (or 0x163771) is known color: Sapphire. HEX triplet: 16, 37 and 71. RGB value is (22,55,113). Sum of RGB (Red+Green+Blue) = 22+55+113=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #163771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163771 is #E9C88E. Grayscale: #333333. Windows color (decimal): -15321231 or 7419670. OLE color: 7419670.

HSL color Cylindrical-coordinate representation of color #163771: hue angle of 218.24º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163771 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 55 113 -
CMYK 0.81 0.51 0 0.56
HSL 218.24º 0.67% 0.26% -
HSV(B) 218.24º 0.81% 0.44% -
XYZ 4.68 4.1 16.17 -
YUV 51.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 22 55 113 0.81 0.51 0 0.56 218.24 0.67 0.26
Hex 16 37 71 51 33 0 38 DA 43 1A
Octal 26 67 161 121 63 0 70 332 103 32
Binary 10110 110111 1110001 1010001 110011 0 111000 11011010 1000011 11010

Color Harmonies of #163771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163771

Black with #163771

Text Example


Text Example

White with #163771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163771; }

 p { color: rgb(22,55,113); }

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

background-color css

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

 a { background-color: rgb(22,55,113); }

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

border-color css

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

 span { border-color: rgb(22,55,113); }

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