#13364A

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

Shades of Blue Whale #13364A

Tints of Blue Whale #13364A

Color information

#13364A (or 0x13364A) is unknown color: approx Blue Whale. HEX triplet: 13, 36 and 4A. RGB value is (19,54,74). Sum of RGB (Red+Green+Blue) = 19+54+74=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #13364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13364A is #ECC9B5. Grayscale: #2D2D2D. Windows color (decimal): -15518134 or 4863507. OLE color: 4863507.

HSL color Cylindrical-coordinate representation of color #13364A: hue angle of 201.82º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13364A is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB195474-
CMYK0.740.2700.71
HSL201.82º59.14%18.24%-
HSV(B)201.82º74.32%29.02%-
XYZ2.823.276.96-
YUV45.82143.9108.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=12.93%
G=36.73%
B=50.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1954740.740.2700.71201.8259.1418.24
Hex13364A4A1B047ca3b12
Octal23661121123301073127322
Binary100111101101001010100101011011010001111100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,54,74); }

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

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

 a { background-color: rgb(19,54,74); }

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

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

 span { border-color: rgb(19,54,74); }

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