Html Css Color HEX #163471 Sapphire

📋 copy color: '#163471'

red 22 ◦ green 52 ◦ blue 113

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

Shades of Sapphire #163471

Tints of Sapphire #163471

RGB

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

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

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

R = 11.76%
G = 27.81%
B = 60.43%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#163471 (or 0x163471) is known color: Sapphire. HEX triplet: 16, 34 and 71. RGB value is (22,52,113). Sum of RGB (Red+Green+Blue) = 22+52+113=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #163471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163471 is #E9CB8E. Grayscale: #313131. Windows color (decimal): -15321999 or 7418902. OLE color: 7418902.

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

Color convert

RGB 22 52 113 -
CMYK 0.81 0.54 0 0.56
HSL 220.22º 0.67% 0.26% -
HSV(B) 220.22º 0.81% 0.44% -
XYZ 4.54 3.82 16.12 -
YUV 49.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 22 52 113 0.81 0.54 0 0.56 220.22 0.67 0.26
Hex 16 34 71 51 36 0 38 DC 43 1A
Octal 26 64 161 121 66 0 70 334 103 32
Binary 10110 110100 1110001 1010001 110110 0 111000 11011100 1000011 11010

Color Harmonies of #163471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163471

Black with #163471

Text Example


Text Example

White with #163471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163471; }

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

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

background-color css

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

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

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

border-color css

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

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

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