#13374E

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

Shades of Blue Whale #13374E

Tints of Blue Whale #13374E

Color information

#13374E (or 0x13374E) is unknown color: approx Blue Whale. HEX triplet: 13, 37 and 4E. RGB value is (19,55,78). Sum of RGB (Red+Green+Blue) = 19+55+78=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #13374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13374E is #ECC8B1. Grayscale: #2E2E2E. Windows color (decimal): -15517874 or 5125907. OLE color: 5125907.

HSL color Cylindrical-coordinate representation of color #13374E: hue angle of 203.39º 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 #13374E is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB195578-
CMYK0.760.2900.69
HSL203.39º60.82%19.02%-
HSV(B)203.39º75.64%30.59%-
XYZ3.013.427.71-
YUV46.86145.57108.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 55 (21.88% from 255) = 36.18%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=12.5%
G=36.18%
B=51.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1955780.760.2900.69203.3960.8219.02
Hex13374E4C1D045cb3d13
Octal23671161143501053137523
Binary100111101111001110100110011101010001011100101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13374E; }

 p { color: rgb(19,55,78); }

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

<style>
 a { background-color: #13374E; }

 a { background-color: rgb(19,55,78); }

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

<style>
 span { border-color: #13374E; }

 span { border-color: rgb(19,55,78); }

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