#13374A

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

Shades of Blue Whale #13374A

Tints of Blue Whale #13374A

Color information

#13374A (or 0x13374A) is unknown color: approx Blue Whale. HEX triplet: 13, 37 and 4A. RGB value is (19,55,74). Sum of RGB (Red+Green+Blue) = 19+55+74=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #13374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13374A is #ECC8B5. Grayscale: #2E2E2E. Windows color (decimal): -15517878 or 4863763. OLE color: 4863763.

HSL color Cylindrical-coordinate representation of color #13374A: hue angle of 200.73º 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 #13374A is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB195574-
CMYK0.740.2600.71
HSL200.73º59.14%18.24%-
HSV(B)200.73º74.32%29.02%-
XYZ2.873.376.98-
YUV46.4143.57108.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 74 (29.30% from 255) = 50%
R=12.84%
G=37.16%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1955740.740.2600.71200.7359.1418.24
Hex13374A4A1A047c93b12
Octal23671121123201073117322
Binary100111101111001010100101011010010001111100100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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