#133549

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

Shades of Blue Whale #133549

Tints of Blue Whale #133549

Color information

#133549 (or 0x133549) is unknown color: approx Blue Whale. HEX triplet: 13, 35 and 49. RGB value is (19,53,73). Sum of RGB (Red+Green+Blue) = 19+53+73=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #133549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133549 is #ECCAB6. Grayscale: #2D2D2D. Windows color (decimal): -15518391 or 4797715. OLE color: 4797715.

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

Color convert

RGB195373-
CMYK0.740.2700.71
HSL202.22º58.7%18.04%-
HSV(B)202.22º73.97%28.63%-
XYZ2.743.176.77-
YUV45.11143.74109.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=13.10%
G=36.55%
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
Decimal1953730.740.2700.71202.2258.718.04
Hex1335494A1B047ca3b12
Octal23651111123301073127322
Binary100111101011001001100101011011010001111100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133549; }

 p { color: rgb(19,53,73); }

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

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

 a { background-color: rgb(19,53,73); }

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

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

 span { border-color: rgb(19,53,73); }

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