#133040

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

Shades of Blue Whale #133040

Tints of Blue Whale #133040

Color information

#133040 (or 0x133040) is unknown color: approx Blue Whale. HEX triplet: 13, 30 and 40. RGB value is (19,48,64). Sum of RGB (Red+Green+Blue) = 19+48+64=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #133040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133040 is #ECCFBF. Grayscale: #292929. Windows color (decimal): -15519680 or 4206611. OLE color: 4206611.

HSL color Cylindrical-coordinate representation of color #133040: hue angle of 201.33º 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 #133040 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194864-
CMYK0.700.2500.75
HSL201.33º54.22%16.27%-
HSV(B)201.33º70.31%25.1%-
XYZ2.252.625.24-
YUV41.15140.89112.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=14.50%
G=36.64%
B=48.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1948640.700.2500.75201.3354.2216.27
Hex133040461904Bc93610
Octal23601001063101133116620
Binary100111100001000000100011011001010010111100100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133040; }

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

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

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

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

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

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

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

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