Html Css Color HEX #163241 Blue Whale

📋 copy color: '#163241'

red 22 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #163241

Tints of Blue Whale #163241

RGB

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

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

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

R = 16.06%
G = 36.5%
B = 47.45%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163241 (or 0x163241) is known color: Blue Whale. HEX triplet: 16, 32 and 41. RGB value is (22,50,65). Sum of RGB (Red+Green+Blue) = 22+50+65=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #163241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163241 is #E9CDBE. Grayscale: #2B2B2B. Windows color (decimal): -15322559 or 4272662. OLE color: 4272662.

HSL color Cylindrical-coordinate representation of color #163241: hue angle of 200.93º 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 #163241 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 50 65 -
CMYK 0.66 0.23 0 0.75
HSL 200.93º 0.49% 0.17% -
HSV(B) 200.93º 0.66% 0.25% -
XYZ 2.43 2.83 5.42 -
YUV 43.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 22 50 65 0.66 0.23 0 0.75 200.93 0.49 0.17
Hex 16 32 41 42 17 0 4B C9 31 11
Octal 26 62 101 102 27 0 113 311 61 21
Binary 10110 110010 1000001 1000010 10111 0 1001011 11001001 110001 10001

Color Harmonies of #163241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163241

Black with #163241

Text Example


Text Example

White with #163241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163241; }

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

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

background-color css

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

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

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

border-color css

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

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

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