#133546

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

Shades of Blue Whale #133546

Tints of Blue Whale #133546

Color information

#133546 (or 0x133546) is unknown color: approx Blue Whale. HEX triplet: 13, 35 and 46. RGB value is (19,53,70). Sum of RGB (Red+Green+Blue) = 19+53+70=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #133546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133546 is #ECCAB9. Grayscale: #2C2C2C. Windows color (decimal): -15518394 or 4601107. OLE color: 4601107.

HSL color Cylindrical-coordinate representation of color #133546: hue angle of 200º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133546 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB195370-
CMYK0.730.2400.73
HSL200º57.3%17.45%-
HSV(B)200º72.86%27.45%-
XYZ2.653.136.26-
YUV44.77142.24109.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 70 (27.73% from 255) = 49.30%
R=13.38%
G=37.32%
B=49.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1953700.730.2400.7320057.317.45
Hex1335464918049c83911
Octal23651061113001113107121
Binary100111101011000110100100111000010010011100100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133546; }

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

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

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

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

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

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

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

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