Html Css Color HEX #163161 Sapphire

📋 copy color: '#163161'

red 22 ◦ green 49 ◦ blue 97

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

Shades of Sapphire #163161

Tints of Sapphire #163161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.74%

R = 13.1%
G = 29.17%
B = 57.74%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163161 (or 0x163161) is known color: Sapphire. HEX triplet: 16, 31 and 61. RGB value is (22,49,97). Sum of RGB (Red+Green+Blue) = 22+49+97=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #163161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163161 is #E9CE9E. Grayscale: #2E2E2E. Windows color (decimal): -15322783 or 6369558. OLE color: 6369558.

HSL color Cylindrical-coordinate representation of color #163161: hue angle of 218.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163161 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 49 97 -
CMYK 0.77 0.49 0 0.62
HSL 218.4º 0.63% 0.23% -
HSV(B) 218.4º 0.77% 0.38% -
XYZ 3.59 3.23 11.74 -
YUV 46.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 22 49 97 0.77 0.49 0 0.62 218.4 0.63 0.23
Hex 16 31 61 4D 31 0 3E DA 3F 17
Octal 26 61 141 115 61 0 76 332 77 27
Binary 10110 110001 1100001 1001101 110001 0 111110 11011010 111111 10111

Color Harmonies of #163161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163161

Black with #163161

Text Example


Text Example

White with #163161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163161; }

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

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

background-color css

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

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

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

border-color css

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

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

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