#133049

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

Shades of Blue Whale #133049

Tints of Blue Whale #133049

Color information

#133049 (or 0x133049) is unknown color: approx Blue Whale. HEX triplet: 13, 30 and 49. RGB value is (19,48,73). Sum of RGB (Red+Green+Blue) = 19+48+73=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #133049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133049 is #ECCFB6. Grayscale: #2A2A2A. Windows color (decimal): -15519671 or 4796435. OLE color: 4796435.

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

Color convert

RGB194873-
CMYK0.740.3400.71
HSL207.78º58.7%18.04%-
HSV(B)207.78º73.97%28.63%-
XYZ2.532.736.7-
YUV42.18145.39111.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 73 (28.91% from 255) = 52.14%
R=13.57%
G=34.29%
B=52.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1948730.740.3400.71207.7858.718.04
Hex1330494A22047d03b12
Octal23601111124201073207322
Binary1001111000010010011001010100010010001111101000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133049; }

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

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

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

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

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

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

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

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