#133647

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

Shades of Blue Whale #133647

Tints of Blue Whale #133647

Color information

#133647 (or 0x133647) is unknown color: approx Blue Whale. HEX triplet: 13, 36 and 47. RGB value is (19,54,71). Sum of RGB (Red+Green+Blue) = 19+54+71=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #133647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133647 is #ECC9B8. Grayscale: #2D2D2D. Windows color (decimal): -15518137 or 4666899. OLE color: 4666899.

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

Color convert

RGB195471-
CMYK0.730.2400.72
HSL199.62º57.78%17.65%-
HSV(B)199.62º73.24%27.84%-
XYZ2.733.236.44-
YUV45.47142.4109.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=13.19%
G=37.5%
B=49.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1954710.730.2400.72199.6257.7817.65
Hex1336474918048c83a12
Octal23661071113001103107222
Binary100111101101000111100100111000010010001100100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133647; }

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

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

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

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

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

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

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

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