#133150

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

Shades of Blue Whale #133150

Tints of Blue Whale #133150

Color information

#133150 (or 0x133150) is unknown color: approx Blue Whale. HEX triplet: 13, 31 and 50. RGB value is (19,49,80). Sum of RGB (Red+Green+Blue) = 19+49+80=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #133150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133150 is #ECCEAF. Grayscale: #2B2B2B. Windows color (decimal): -15519408 or 5255443. OLE color: 5255443.

HSL color Cylindrical-coordinate representation of color #133150: hue angle of 210.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #133150 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB194980-
CMYK0.760.3900.69
HSL210.49º61.62%19.41%-
HSV(B)210.49º76.25%31.37%-
XYZ2.812.918-
YUV43.56148.56110.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=12.84%
G=33.11%
B=54.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1949800.760.3900.69210.4961.6219.41
Hex1331504C27045d23e13
Octal23611201144701053227623
Binary1001111000110100001001100100111010001011101001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133150; }

 p { color: rgb(19,49,80); }

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

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

 a { background-color: rgb(19,49,80); }

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

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

 span { border-color: rgb(19,49,80); }

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