#133250

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

Shades of Blue Whale #133250

Tints of Blue Whale #133250

Color information

#133250 (or 0x133250) is unknown color: approx Blue Whale. HEX triplet: 13, 32 and 50. RGB value is (19,50,80). Sum of RGB (Red+Green+Blue) = 19+50+80=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #133250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133250 is #ECCDAF. Grayscale: #2C2C2C. Windows color (decimal): -15519152 or 5255699. OLE color: 5255699.

HSL color Cylindrical-coordinate representation of color #133250: hue angle of 209.51º 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 #133250 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB195080-
CMYK0.760.3700.69
HSL209.51º61.62%19.41%-
HSV(B)209.51º76.25%31.37%-
XYZ2.8638.02-
YUV44.15148.23110.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=12.75%
G=33.56%
B=53.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1950800.760.3700.69209.5161.6219.41
Hex1332504C25045d23e13
Octal23621201144501053227623
Binary1001111001010100001001100100101010001011101001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133250; }

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

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

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

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

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

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

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

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