#16304D

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

Shades of Blue Whale #16304D

Tints of Blue Whale #16304D

Color information

#16304D (or 0x16304D) is unknown color: approx Blue Whale. HEX triplet: 16, 30 and 4D. RGB value is (22,48,77). Sum of RGB (Red+Green+Blue) = 22+48+77=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #16304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16304D is #E9CFB2. Grayscale: #2B2B2B. Windows color (decimal): -15323059 or 5058582. OLE color: 5058582.

HSL color Cylindrical-coordinate representation of color #16304D: hue angle of 211.64º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16304D is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB224877-
CMYK0.710.3800.70
HSL211.64º55.56%19.41%-
HSV(B)211.64º71.43%30.2%-
XYZ2.732.827.42-
YUV43.53146.89112.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=14.97%
G=32.65%
B=52.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2248770.710.3800.70211.6455.5619.41
Hex16304D4726046d43813
Octal26601151074601063247023
Binary1011011000010011011000111100110010001101101010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16304D; }

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

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

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

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

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

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

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

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