Html Css Color HEX #163171 Sapphire

📋 copy color: '#163171'

red 22 ◦ green 49 ◦ blue 113

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

Shades of Sapphire #163171

Tints of Sapphire #163171

RGB

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

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

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

R = 11.96%
G = 26.63%
B = 61.41%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#163171 (or 0x163171) is known color: Sapphire. HEX triplet: 16, 31 and 71. RGB value is (22,49,113). Sum of RGB (Red+Green+Blue) = 22+49+113=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #163171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163171 is #E9CE8E. Grayscale: #2F2F2F. Windows color (decimal): -15322767 or 7418134. OLE color: 7418134.

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

Color convert

RGB 22 49 113 -
CMYK 0.81 0.57 0 0.56
HSL 222.2º 0.67% 0.26% -
HSV(B) 222.2º 0.81% 0.44% -
XYZ 4.41 3.56 16.08 -
YUV 48.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 22 49 113 0.81 0.57 0 0.56 222.2 0.67 0.26
Hex 16 31 71 51 39 0 38 DE 43 1A
Octal 26 61 161 121 71 0 70 336 103 32
Binary 10110 110001 1110001 1010001 111001 0 111000 11011110 1000011 11010

Color Harmonies of #163171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163171

Black with #163171

Text Example


Text Example

White with #163171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163171; }

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

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

background-color css

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

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

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

border-color css

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

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

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