#16314D

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

Shades of Blue Whale #16314D

Tints of Blue Whale #16314D

Color information

#16314D (or 0x16314D) is unknown color: approx Blue Whale. HEX triplet: 16, 31 and 4D. RGB value is (22,49,77). Sum of RGB (Red+Green+Blue) = 22+49+77=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #16314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16314D is #E9CEB2. Grayscale: #2B2B2B. Windows color (decimal): -15322803 or 5058838. OLE color: 5058838.

HSL color Cylindrical-coordinate representation of color #16314D: hue angle of 210.55º 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 #16314D is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB224977-
CMYK0.710.3600.70
HSL210.55º55.56%19.41%-
HSV(B)210.55º71.43%30.2%-
XYZ2.772.97.44-
YUV44.12146.55112.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=14.86%
G=33.11%
B=52.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2249770.710.3600.70210.5555.5619.41
Hex16314D4724046d33813
Octal26611151074401063237023
Binary1011011000110011011000111100100010001101101001111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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