Html Css Color HEX #163271 Sapphire

📋 copy color: '#163271'

red 22 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #163271

Tints of Sapphire #163271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 11.89%
G = 27.03%
B = 61.08%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#163271 (or 0x163271) is known color: Sapphire. HEX triplet: 16, 32 and 71. RGB value is (22,50,113). Sum of RGB (Red+Green+Blue) = 22+50+113=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #163271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163271 is #E9CD8E. Grayscale: #303030. Windows color (decimal): -15322511 or 7418390. OLE color: 7418390.

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

Color convert

RGB 22 50 113 -
CMYK 0.81 0.56 0 0.56
HSL 221.54º 0.67% 0.26% -
HSV(B) 221.54º 0.81% 0.44% -
XYZ 4.45 3.64 16.09 -
YUV 48.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 22 50 113 0.81 0.56 0 0.56 221.54 0.67 0.26
Hex 16 32 71 51 38 0 38 DE 43 1A
Octal 26 62 161 121 70 0 70 336 103 32
Binary 10110 110010 1110001 1010001 111000 0 111000 11011110 1000011 11010

Color Harmonies of #163271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163271

Black with #163271

Text Example


Text Example

White with #163271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163271; }

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

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

background-color css

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

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

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

border-color css

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

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

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