#133540

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

Shades of Blue Whale #133540

Tints of Blue Whale #133540

Color information

#133540 (or 0x133540) is unknown color: approx Blue Whale. HEX triplet: 13, 35 and 40. RGB value is (19,53,64). Sum of RGB (Red+Green+Blue) = 19+53+64=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #133540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133540 is #ECCABF. Grayscale: #2C2C2C. Windows color (decimal): -15518400 or 4207891. OLE color: 4207891.

HSL color Cylindrical-coordinate representation of color #133540: hue angle of 194.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133540 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195364-
CMYK0.700.1700.75
HSL194.67º54.22%16.27%-
HSV(B)194.67º70.31%25.1%-
XYZ2.473.055.31-
YUV44.09139.24110.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=13.97%
G=38.97%
B=47.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1953640.700.1700.75194.6754.2216.27
Hex133540461104Bc33610
Octal23651001062101133036620
Binary100111101011000000100011010001010010111100001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133540; }

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

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

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

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

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

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

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

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