Html Css Color HEX #163249 Blue Whale

📋 copy color: '#163249'

red 22 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #163249

Tints of Blue Whale #163249

RGB

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

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

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

R = 15.17%
G = 34.48%
B = 50.34%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#163249 (or 0x163249) is known color: Blue Whale. HEX triplet: 16, 32 and 49. RGB value is (22,50,73). Sum of RGB (Red+Green+Blue) = 22+50+73=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #163249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163249 is #E9CDB6. Grayscale: #2C2C2C. Windows color (decimal): -15322551 or 4796950. OLE color: 4796950.

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

Color convert

RGB 22 50 73 -
CMYK 0.70 0.32 0 0.71
HSL 207.06º 0.54% 0.19% -
HSV(B) 207.06º 0.7% 0.29% -
XYZ 2.67 2.93 6.73 -
YUV 44.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 22 50 73 0.70 0.32 0 0.71 207.06 0.54 0.19
Hex 16 32 49 46 20 0 47 CF 36 13
Octal 26 62 111 106 40 0 107 317 66 23
Binary 10110 110010 1001001 1000110 100000 0 1000111 11001111 110110 10011

Color Harmonies of #163249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163249

Black with #163249

Text Example


Text Example

White with #163249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163249; }

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

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

background-color css

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

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

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

border-color css

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

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

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