Html Css Color HEX #163149 Blue Whale

📋 copy color: '#163149'

red 22 ◦ green 49 ◦ blue 73

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

Shades of Blue Whale #163149

Tints of Blue Whale #163149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50.69%

R = 15.28%
G = 34.03%
B = 50.69%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#163149 (or 0x163149) is known color: Blue Whale. HEX triplet: 16, 31 and 49. RGB value is (22,49,73). Sum of RGB (Red+Green+Blue) = 22+49+73=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #163149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163149 is #E9CEB6. Grayscale: #2B2B2B. Windows color (decimal): -15322807 or 4796694. OLE color: 4796694.

HSL color Cylindrical-coordinate representation of color #163149: hue angle of 208.24º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163149 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 49 73 -
CMYK 0.70 0.33 0 0.71
HSL 208.24º 0.54% 0.19% -
HSV(B) 208.24º 0.7% 0.29% -
XYZ 2.63 2.85 6.71 -
YUV 43.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 22 49 73 0.70 0.33 0 0.71 208.24 0.54 0.19
Hex 16 31 49 46 21 0 47 D0 36 13
Octal 26 61 111 106 41 0 107 320 66 23
Binary 10110 110001 1001001 1000110 100001 0 1000111 11010000 110110 10011

Color Harmonies of #163149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163149

Black with #163149

Text Example


Text Example

White with #163149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163149; }

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

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

background-color css

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

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

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

border-color css

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

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

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