#133446

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

Shades of Blue Whale #133446

Tints of Blue Whale #133446

Color information

#133446 (or 0x133446) is unknown color: approx Blue Whale. HEX triplet: 13, 34 and 46. RGB value is (19,52,70). Sum of RGB (Red+Green+Blue) = 19+52+70=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #133446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133446 is #ECCBB9. Grayscale: #2C2C2C. Windows color (decimal): -15518650 or 4600851. OLE color: 4600851.

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

Color convert

RGB195270-
CMYK0.730.2600.73
HSL201.18º57.3%17.45%-
HSV(B)201.18º72.86%27.45%-
XYZ2.63.046.24-
YUV44.18142.57110.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=13.48%
G=36.88%
B=49.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1952700.730.2600.73201.1857.317.45
Hex133446491A049c93911
Octal23641061113201113117121
Binary100111101001000110100100111010010010011100100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133446; }

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

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

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

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

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

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

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

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