#163048

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

Shades of Blue Whale #163048

Tints of Blue Whale #163048

Color information

#163048 (or 0x163048) is unknown color: approx Blue Whale. HEX triplet: 16, 30 and 48. RGB value is (22,48,72). Sum of RGB (Red+Green+Blue) = 22+48+72=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #163048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163048 is #E9CFB7. Grayscale: #2A2A2A. Windows color (decimal): -15323064 or 4730902. OLE color: 4730902.

HSL color Cylindrical-coordinate representation of color #163048: hue angle of 208.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163048 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB224872-
CMYK0.690.3300.72
HSL208.8º53.19%18.43%-
HSV(B)208.8º69.44%28.24%-
XYZ2.562.756.53-
YUV42.96144.39113.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=15.49%
G=33.80%
B=50.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2248720.690.3300.72208.853.1918.43
Hex1630484521048d13512
Octal26601101054101103216522
Binary1011011000010010001000101100001010010001101000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163048; }

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

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

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

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

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

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

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

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