#163041

Color #163041 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #163041

Tints of Blue Whale #163041

Color information

#163041 (or 0x163041) is unknown color: approx 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

RGB224865-
CMYK0.660.2600.75
HSL203.72º49.43%17.06%-
HSV(B)203.72º66.15%25.49%-
XYZ2.342.675.39-
YUV42.16140.89113.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=16.30%
G=35.56%
B=48.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2248650.660.2600.75203.7249.4317.06
Hex163041421A04Bcc3111
Octal26601011023201133146121
Binary101101100001000001100001011010010010111100110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>