#16364F

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

Shades of Blue Whale #16364F

Tints of Blue Whale #16364F

Color information

#16364F (or 0x16364F) is unknown color: approx Blue Whale. HEX triplet: 16, 36 and 4F. RGB value is (22,54,79). Sum of RGB (Red+Green+Blue) = 22+54+79=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #16364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16364F is #E9C9B0. Grayscale: #2F2F2F. Windows color (decimal): -15321521 or 5191190. OLE color: 5191190.

HSL color Cylindrical-coordinate representation of color #16364F: hue angle of 206.32º 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 #16364F is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB225479-
CMYK0.720.3200.69
HSL206.32º56.44%19.8%-
HSV(B)206.32º72.15%30.98%-
XYZ3.063.377.89-
YUV47.28145.9109.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=14.19%
G=34.84%
B=50.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2254790.720.3200.69206.3256.4419.8
Hex16364F4820045ce3814
Octal26661171104001053167024
Binary1011011011010011111001000100000010001011100111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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