Html Css Color HEX #163041 Blue Whale

📋 copy color: '#163041'

red 22 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #163041

Tints of Blue Whale #163041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.56%

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

R = 16.3%
G = 35.56%
B = 48.15%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#163041 (or 0x163041) is known color: Blue Whale. HEX triplet: 16, 30 and 41. RGB value is (22,48,65). Sum of RGB (Red+Green+Blue) = 22+48+65=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #163041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163041 is #E9CFBE. Grayscale: #2A2A2A. Windows color (decimal): -15323071 or 4272150. OLE color: 4272150.

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

Color convert

RGB 22 48 65 -
CMYK 0.66 0.26 0 0.75
HSL 203.72º 0.49% 0.17% -
HSV(B) 203.72º 0.66% 0.25% -
XYZ 2.34 2.67 5.39 -
YUV 42.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 22 48 65 0.66 0.26 0 0.75 203.72 0.49 0.17
Hex 16 30 41 42 1A 0 4B CC 31 11
Octal 26 60 101 102 32 0 113 314 61 21
Binary 10110 110000 1000001 1000010 11010 0 1001011 11001100 110001 10001

Color Harmonies of #163041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163041

Black with #163041

Text Example


Text Example

White with #163041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163041; }

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

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

background-color css

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

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

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

border-color css

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

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

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