Html Css Color HEX #163641 Blue Whale

📋 copy color: '#163641'

red 22 ◦ green 54 ◦ blue 65

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

Shades of Blue Whale #163641

Tints of Blue Whale #163641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.3%

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

R = 15.6%
G = 38.3%
B = 46.1%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163641 (or 0x163641) is known color: Blue Whale. HEX triplet: 16, 36 and 41. RGB value is (22,54,65). Sum of RGB (Red+Green+Blue) = 22+54+65=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #163641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163641 is #E9C9BE. Grayscale: #2D2D2D. Windows color (decimal): -15321535 or 4273686. OLE color: 4273686.

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

Color convert

RGB 22 54 65 -
CMYK 0.66 0.17 0 0.75
HSL 195.35º 0.49% 0.17% -
HSV(B) 195.35º 0.66% 0.25% -
XYZ 2.6 3.19 5.48 -
YUV 45.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 22 54 65 0.66 0.17 0 0.75 195.35 0.49 0.17
Hex 16 36 41 42 11 0 4B C3 31 11
Octal 26 66 101 102 21 0 113 303 61 21
Binary 10110 110110 1000001 1000010 10001 0 1001011 11000011 110001 10001

Color Harmonies of #163641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163641

Black with #163641

Text Example


Text Example

White with #163641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163641; }

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

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

background-color css

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

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

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

border-color css

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

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

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