#133542

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

Shades of Blue Whale #133542

Tints of Blue Whale #133542

Color information

#133542 (or 0x133542) is unknown color: approx Blue Whale. HEX triplet: 13, 35 and 42. RGB value is (19,53,66). Sum of RGB (Red+Green+Blue) = 19+53+66=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #133542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133542 is #ECCABD. Grayscale: #2C2C2C. Windows color (decimal): -15518398 or 4338963. OLE color: 4338963.

HSL color Cylindrical-coordinate representation of color #133542: hue angle of 196.6º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133542 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB195366-
CMYK0.710.2000.74
HSL196.6º55.29%16.67%-
HSV(B)196.6º71.21%25.88%-
XYZ2.533.085.62-
YUV44.32140.24109.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 66 (26.17% from 255) = 47.83%
R=13.77%
G=38.41%
B=47.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1953660.710.2000.74196.655.2916.67
Hex133542471404Ac53711
Octal23651021072401123056721
Binary100111101011000010100011110100010010101100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133542; }

 p { color: rgb(19,53,66); }

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

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

 a { background-color: rgb(19,53,66); }

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

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

 span { border-color: rgb(19,53,66); }

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