#133347

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

Shades of Blue Whale #133347

Tints of Blue Whale #133347

Color information

#133347 (or 0x133347) is unknown color: approx Blue Whale. HEX triplet: 13, 33 and 47. RGB value is (19,51,71). Sum of RGB (Red+Green+Blue) = 19+51+71=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #133347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133347 is #ECCCB8. Grayscale: #2B2B2B. Windows color (decimal): -15518905 or 4666131. OLE color: 4666131.

HSL color Cylindrical-coordinate representation of color #133347: hue angle of 203.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133347 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB195171-
CMYK0.730.2800.72
HSL203.08º57.78%17.65%-
HSV(B)203.08º73.24%27.84%-
XYZ2.592.966.4-
YUV43.71143.4110.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=13.48%
G=36.17%
B=50.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1951710.730.2800.72203.0857.7817.65
Hex133347491C048cb3a12
Octal23631071113401103137222
Binary100111100111000111100100111100010010001100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133347; }

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

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

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

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

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

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

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

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