#13304F

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

Shades of Blue Whale #13304F

Tints of Blue Whale #13304F

Color information

#13304F (or 0x13304F) is unknown color: approx Blue Whale. HEX triplet: 13, 30 and 4F. RGB value is (19,48,79). Sum of RGB (Red+Green+Blue) = 19+48+79=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #13304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13304F is #ECCFB0. Grayscale: #2A2A2A. Windows color (decimal): -15519665 or 5189651. OLE color: 5189651.

HSL color Cylindrical-coordinate representation of color #13304F: hue angle of 211º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13304F is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB194879-
CMYK0.760.3900.69
HSL211º61.22%19.22%-
HSV(B)211º75.95%30.98%-
XYZ2.742.827.8-
YUV42.86148.39110.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=13.01%
G=32.88%
B=54.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1948790.760.3900.6921161.2219.22
Hex13304F4C27045d33d13
Octal23601171144701053237523
Binary1001111000010011111001100100111010001011101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,48,79); }

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

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

 a { background-color: rgb(19,48,79); }

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

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

 span { border-color: rgb(19,48,79); }

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