#16384A

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

Shades of Blue Whale #16384A

Tints of Blue Whale #16384A

Color information

#16384A (or 0x16384A) is unknown color: approx Blue Whale. HEX triplet: 16, 38 and 4A. RGB value is (22,56,74). Sum of RGB (Red+Green+Blue) = 22+56+74=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #16384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16384A is #E9C7B5. Grayscale: #2F2F2F. Windows color (decimal): -15321014 or 4864022. OLE color: 4864022.

HSL color Cylindrical-coordinate representation of color #16384A: hue angle of 200.77º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16384A is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB225674-
CMYK0.700.2400.71
HSL200.77º54.17%18.82%-
HSV(B)200.77º70.27%29.02%-
XYZ2.983.497-
YUV47.89142.74109.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=14.47%
G=36.84%
B=48.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2256740.700.2400.71200.7754.1718.82
Hex16384A4618047c93613
Octal26701121063001073116623
Binary101101110001001010100011011000010001111100100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16384A; }

 p { color: rgb(22,56,74); }

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

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

 a { background-color: rgb(22,56,74); }

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

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

 span { border-color: rgb(22,56,74); }

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