#13334A

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

Shades of Blue Whale #13334A

Tints of Blue Whale #13334A

Color information

#13334A (or 0x13334A) is unknown color: approx Blue Whale. HEX triplet: 13, 33 and 4A. RGB value is (19,51,74). Sum of RGB (Red+Green+Blue) = 19+51+74=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #13334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13334A is #ECCCB5. Grayscale: #2B2B2B. Windows color (decimal): -15518902 or 4862739. OLE color: 4862739.

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

Color convert

RGB195174-
CMYK0.740.3100.71
HSL205.09º59.14%18.24%-
HSV(B)205.09º74.32%29.02%-
XYZ2.6936.92-
YUV44.05144.9110.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 74 (29.30% from 255) = 51.39%
R=13.19%
G=35.42%
B=51.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1951740.740.3100.71205.0959.1418.24
Hex13334A4A1F047cd3b12
Octal23631121123701073157322
Binary100111100111001010100101011111010001111100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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