Html Css Color HEX #163141 Blue Whale

📋 copy color: '#163141'

red 22 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #163141

Tints of Blue Whale #163141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 16.18%
G = 36.03%
B = 47.79%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163141 (or 0x163141) is known color: Blue Whale. HEX triplet: 16, 31 and 41. RGB value is (22,49,65). Sum of RGB (Red+Green+Blue) = 22+49+65=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #163141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163141 is #E9CEBE. Grayscale: #2A2A2A. Windows color (decimal): -15322815 or 4272406. OLE color: 4272406.

HSL color Cylindrical-coordinate representation of color #163141: hue angle of 202.33º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #163141 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 49 65 -
CMYK 0.66 0.25 0 0.75
HSL 202.33º 0.49% 0.17% -
HSV(B) 202.33º 0.66% 0.25% -
XYZ 2.38 2.75 5.41 -
YUV 42.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 22 49 65 0.66 0.25 0 0.75 202.33 0.49 0.17
Hex 16 31 41 42 19 0 4B CA 31 11
Octal 26 61 101 102 31 0 113 312 61 21
Binary 10110 110001 1000001 1000010 11001 0 1001011 11001010 110001 10001

Color Harmonies of #163141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163141

Black with #163141

Text Example


Text Example

White with #163141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163141; }

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

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

background-color css

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

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

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

border-color css

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

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

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