#133244

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

Shades of Blue Whale #133244

Tints of Blue Whale #133244

Color information

#133244 (or 0x133244) is unknown color: approx Blue Whale. HEX triplet: 13, 32 and 44. RGB value is (19,50,68). Sum of RGB (Red+Green+Blue) = 19+50+68=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #133244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133244 is #ECCDBB. Grayscale: #2A2A2A. Windows color (decimal): -15519164 or 4469267. OLE color: 4469267.

HSL color Cylindrical-coordinate representation of color #133244: hue angle of 202.04º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133244 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB195068-
CMYK0.720.2600.73
HSL202.04º56.32%17.06%-
HSV(B)202.04º72.06%26.67%-
XYZ2.452.845.89-
YUV42.78142.23111.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=13.87%
G=36.50%
B=49.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1950680.720.2600.73202.0456.3217.06
Hex133244481A049ca3811
Octal23621041103201113127021
Binary100111100101000100100100011010010010011100101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133244; }

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

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

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

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

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

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

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

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