Html Css Color HEX #163276 Sapphire

📋 copy color: '#163276'

red 22 ◦ green 50 ◦ blue 118

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

Shades of Sapphire #163276

Tints of Sapphire #163276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 11.58%
G = 26.32%
B = 62.11%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163276 (or 0x163276) is known color: Sapphire. HEX triplet: 16, 32 and 76. RGB value is (22,50,118). Sum of RGB (Red+Green+Blue) = 22+50+118=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #163276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163276 is #E9CD89. Grayscale: #313131. Windows color (decimal): -15322506 or 7746070. OLE color: 7746070.

HSL color Cylindrical-coordinate representation of color #163276: hue angle of 222.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #163276 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 50 118 -
CMYK 0.81 0.58 0 0.54
HSL 222.5º 0.69% 0.27% -
HSV(B) 222.5º 0.81% 0.46% -
XYZ 4.74 3.76 17.62 -
YUV 49.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 22 50 118 0.81 0.58 0 0.54 222.5 0.69 0.27
Hex 16 32 76 51 3A 0 36 DE 45 1B
Octal 26 62 166 121 72 0 66 336 105 33
Binary 10110 110010 1110110 1010001 111010 0 110110 11011110 1000101 11011

Color Harmonies of #163276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163276

Black with #163276

Text Example


Text Example

White with #163276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163276; }

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

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

background-color css

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

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

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

border-color css

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

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

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