#163050

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

Shades of Blue Whale #163050

Tints of Blue Whale #163050

Color information

#163050 (or 0x163050) is unknown color: approx Blue Whale. HEX triplet: 16, 30 and 50. RGB value is (22,48,80). Sum of RGB (Red+Green+Blue) = 22+48+80=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #163050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163050 is #E9CFAF. Grayscale: #2B2B2B. Windows color (decimal): -15323056 or 5255190. OLE color: 5255190.

HSL color Cylindrical-coordinate representation of color #163050: hue angle of 213.1º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163050 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB224880-
CMYK0.720.4000.69
HSL213.1º56.86%20%-
HSV(B)213.1º72.5%31.37%-
XYZ2.842.867.99-
YUV43.87148.39112.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=14.67%
G=32%
B=53.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2248800.720.4000.69213.156.8620
Hex1630504828045d53914
Octal26601201105001053257124
Binary1011011000010100001001000101000010001011101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163050; }

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

 H1.HeaderClassName
 {
   color: #163050;
 }
 .AnyTagClassName
 {
   color: #163050;
 }
</style>
background-color css

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

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

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

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

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

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