Html Css Color HEX #163541 Blue Whale

📋 copy color: '#163541'

red 22 ◦ green 53 ◦ blue 65

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

Shades of Blue Whale #163541

Tints of Blue Whale #163541

RGB

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

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

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

R = 15.71%
G = 37.86%
B = 46.43%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163541 (or 0x163541) is known color: Blue Whale. HEX triplet: 16, 35 and 41. RGB value is (22,53,65). Sum of RGB (Red+Green+Blue) = 22+53+65=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #163541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163541 is #E9CABE. Grayscale: #2D2D2D. Windows color (decimal): -15321791 or 4273430. OLE color: 4273430.

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

Color convert

RGB 22 53 65 -
CMYK 0.66 0.18 0 0.75
HSL 196.74º 0.49% 0.17% -
HSV(B) 196.74º 0.66% 0.25% -
XYZ 2.56 3.1 5.46 -
YUV 45.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 22 53 65 0.66 0.18 0 0.75 196.74 0.49 0.17
Hex 16 35 41 42 12 0 4B C5 31 11
Octal 26 65 101 102 22 0 113 305 61 21
Binary 10110 110101 1000001 1000010 10010 0 1001011 11000101 110001 10001

Color Harmonies of #163541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163541

Black with #163541

Text Example


Text Example

White with #163541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163541; }

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

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

background-color css

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

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

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

border-color css

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

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

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