#16314F

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

Shades of Blue Whale #16314F

Tints of Blue Whale #16314F

Color information

#16314F (or 0x16314F) is unknown color: approx Blue Whale. HEX triplet: 16, 31 and 4F. RGB value is (22,49,79). Sum of RGB (Red+Green+Blue) = 22+49+79=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #16314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16314F is #E9CEB0. Grayscale: #2C2C2C. Windows color (decimal): -15322801 or 5189910. OLE color: 5189910.

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

Color convert

RGB224979-
CMYK0.720.3800.69
HSL211.58º56.44%19.8%-
HSV(B)211.58º72.15%30.98%-
XYZ2.842.937.81-
YUV44.35147.55112.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 79 (31.25% from 255) = 52.67%
R=14.67%
G=32.67%
B=52.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2249790.720.3800.69211.5856.4419.8
Hex16314F4826045d43814
Octal26611171104601053247024
Binary1011011000110011111001000100110010001011101010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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