Html Css Color HEX #163341 Blue Whale

📋 copy color: '#163341'

red 22 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #163341

Tints of Blue Whale #163341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

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

R = 15.94%
G = 36.96%
B = 47.1%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163341 (or 0x163341) is known color: Blue Whale. HEX triplet: 16, 33 and 41. RGB value is (22,51,65). Sum of RGB (Red+Green+Blue) = 22+51+65=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #163341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163341 is #E9CCBE. Grayscale: #2B2B2B. Windows color (decimal): -15322303 or 4272918. OLE color: 4272918.

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

Color convert

RGB 22 51 65 -
CMYK 0.66 0.22 0 0.75
HSL 199.53º 0.49% 0.17% -
HSV(B) 199.53º 0.66% 0.25% -
XYZ 2.47 2.92 5.43 -
YUV 43.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 22 51 65 0.66 0.22 0 0.75 199.53 0.49 0.17
Hex 16 33 41 42 16 0 4B C8 31 11
Octal 26 63 101 102 26 0 113 310 61 21
Binary 10110 110011 1000001 1000010 10110 0 1001011 11001000 110001 10001

Color Harmonies of #163341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163341

Black with #163341

Text Example


Text Example

White with #163341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163341; }

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

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

background-color css

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

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

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

border-color css

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

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

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