#16313F

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

Shades of Blue Whale #16313F

Tints of Blue Whale #16313F

Color information

#16313F (or 0x16313F) is unknown color: approx Blue Whale. HEX triplet: 16, 31 and 3F. RGB value is (22,49,63). Sum of RGB (Red+Green+Blue) = 22+49+63=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #16313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16313F is #E9CEC0. Grayscale: #2A2A2A. Windows color (decimal): -15322817 or 4141334. OLE color: 4141334.

HSL color Cylindrical-coordinate representation of color #16313F: hue angle of 200.49º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #16313F is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB224963-
CMYK0.650.2200.75
HSL200.49º48.24%16.67%-
HSV(B)200.49º65.08%24.71%-
XYZ2.332.735.11-
YUV42.52139.55113.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 63 (25% from 255) = 47.01%
R=16.42%
G=36.57%
B=47.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2249630.650.2200.75200.4948.2416.67
Hex16313F411604Bc83011
Octal2661771012601133106021
Binary10110110001111111100000110110010010111100100011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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