Html Css Color HEX #163549 Blue Whale

📋 copy color: '#163549'

red 22 ◦ green 53 ◦ blue 73

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

Shades of Blue Whale #163549

Tints of Blue Whale #163549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.81%

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

R = 14.86%
G = 35.81%
B = 49.32%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#163549 (or 0x163549) is known color: Blue Whale. HEX triplet: 16, 35 and 49. RGB value is (22,53,73). Sum of RGB (Red+Green+Blue) = 22+53+73=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #163549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163549 is #E9CAB6. Grayscale: #2D2D2D. Windows color (decimal): -15321783 or 4797718. OLE color: 4797718.

HSL color Cylindrical-coordinate representation of color #163549: hue angle of 203.53º 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 #163549 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 53 73 -
CMYK 0.70 0.27 0 0.71
HSL 203.53º 0.54% 0.19% -
HSV(B) 203.53º 0.7% 0.29% -
XYZ 2.81 3.2 6.77 -
YUV 46.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 22 53 73 0.70 0.27 0 0.71 203.53 0.54 0.19
Hex 16 35 49 46 1B 0 47 CC 36 13
Octal 26 65 111 106 33 0 107 314 66 23
Binary 10110 110101 1001001 1000110 11011 0 1000111 11001100 110110 10011

Color Harmonies of #163549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163549

Black with #163549

Text Example


Text Example

White with #163549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163549; }

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

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

background-color css

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

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

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

border-color css

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

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

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