Html Css Color HEX #163376 Sapphire

📋 copy color: '#163376'

red 22 ◦ green 51 ◦ blue 118

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

Shades of Sapphire #163376

Tints of Sapphire #163376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

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

R = 11.52%
G = 26.7%
B = 61.78%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#163376 (or 0x163376) is known color: Sapphire. HEX triplet: 16, 33 and 76. RGB value is (22,51,118). Sum of RGB (Red+Green+Blue) = 22+51+118=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #163376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163376 is #E9CC89. Grayscale: #313131. Windows color (decimal): -15322250 or 7746326. OLE color: 7746326.

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

Color convert

RGB 22 51 118 -
CMYK 0.81 0.57 0 0.54
HSL 221.88º 0.69% 0.27% -
HSV(B) 221.88º 0.81% 0.46% -
XYZ 4.78 3.85 17.63 -
YUV 49.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 22 51 118 0.81 0.57 0 0.54 221.88 0.69 0.27
Hex 16 33 76 51 39 0 36 DE 45 1B
Octal 26 63 166 121 71 0 66 336 105 33
Binary 10110 110011 1110110 1010001 111001 0 110110 11011110 1000101 11011

Color Harmonies of #163376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163376

Black with #163376

Text Example


Text Example

White with #163376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163376; }

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

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

background-color css

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

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

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

border-color css

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

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

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