Html Css Color HEX #163247 Blue Whale

📋 copy color: '#163247'

red 22 ◦ green 50 ◦ blue 71

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

Shades of Blue Whale #163247

Tints of Blue Whale #163247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 15.38%
G = 34.97%
B = 49.65%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#163247 (or 0x163247) is known color: Blue Whale. HEX triplet: 16, 32 and 47. RGB value is (22,50,71). Sum of RGB (Red+Green+Blue) = 22+50+71=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #163247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163247 is #E9CDB8. Grayscale: #2B2B2B. Windows color (decimal): -15322553 or 4665878. OLE color: 4665878.

HSL color Cylindrical-coordinate representation of color #163247: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163247 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 50 71 -
CMYK 0.69 0.30 0 0.72
HSL 205.71º 0.53% 0.18% -
HSV(B) 205.71º 0.69% 0.28% -
XYZ 2.61 2.91 6.38 -
YUV 44.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 22 50 71 0.69 0.30 0 0.72 205.71 0.53 0.18
Hex 16 32 47 45 1E 0 48 CE 35 12
Octal 26 62 107 105 36 0 110 316 65 22
Binary 10110 110010 1000111 1000101 11110 0 1001000 11001110 110101 10010

Color Harmonies of #163247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163247

Black with #163247

Text Example


Text Example

White with #163247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163247; }

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

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

background-color css

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

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

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

border-color css

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

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

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