#133044

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

Shades of Blue Whale #133044

Tints of Blue Whale #133044

Color information

#133044 (or 0x133044) is unknown color: approx Blue Whale. HEX triplet: 13, 30 and 44. RGB value is (19,48,68). Sum of RGB (Red+Green+Blue) = 19+48+68=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #133044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133044 is #ECCFBB. Grayscale: #292929. Windows color (decimal): -15519676 or 4468755. OLE color: 4468755.

HSL color Cylindrical-coordinate representation of color #133044: hue angle of 204.49º 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 #133044 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB194868-
CMYK0.720.2900.73
HSL204.49º56.32%17.06%-
HSV(B)204.49º72.06%26.67%-
XYZ2.372.675.86-
YUV41.61142.89111.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 68 (26.95% from 255) = 50.37%
R=14.07%
G=35.56%
B=50.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1948680.720.2900.73204.4956.3217.06
Hex133044481D049cc3811
Octal23601041103501113147021
Binary100111100001000100100100011101010010011100110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133044; }

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

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

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

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

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

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

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

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