Html Css Color HEX #163160 Sapphire

📋 copy color: '#163160'

red 22 ◦ green 49 ◦ blue 96

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

Shades of Sapphire #163160

Tints of Sapphire #163160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 57.49%

R = 13.17%
G = 29.34%
B = 57.49%

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

#163160 (or 0x163160) is known color: Sapphire. HEX triplet: 16, 31 and 60. RGB value is (22,49,96). Sum of RGB (Red+Green+Blue) = 22+49+96=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #163160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163160 is #E9CE9F. Grayscale: #2E2E2E. Windows color (decimal): -15322784 or 6304022. OLE color: 6304022.

HSL color Cylindrical-coordinate representation of color #163160: hue angle of 218.11º 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 #163160 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 49 96 -
CMYK 0.77 0.49 0 0.62
HSL 218.11º 0.63% 0.23% -
HSV(B) 218.11º 0.77% 0.38% -
XYZ 3.54 3.21 11.5 -
YUV 46.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 22 49 96 0.77 0.49 0 0.62 218.11 0.63 0.23
Hex 16 31 60 4D 31 0 3E DA 3F 17
Octal 26 61 140 115 61 0 76 332 77 27
Binary 10110 110001 1100000 1001101 110001 0 111110 11011010 111111 10111

Color Harmonies of #163160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163160

Black with #163160

Text Example


Text Example

White with #163160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163160; }

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

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

background-color css

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

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

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

border-color css

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

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

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