#133242

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

Shades of Blue Whale #133242

Tints of Blue Whale #133242

Color information

#133242 (or 0x133242) is unknown color: approx Blue Whale. HEX triplet: 13, 32 and 42. RGB value is (19,50,66). Sum of RGB (Red+Green+Blue) = 19+50+66=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #133242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133242 is #ECCDBD. Grayscale: #2A2A2A. Windows color (decimal): -15519166 or 4338195. OLE color: 4338195.

HSL color Cylindrical-coordinate representation of color #133242: hue angle of 200.43º 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 #133242 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB195066-
CMYK0.710.2400.74
HSL200.43º55.29%16.67%-
HSV(B)200.43º71.21%25.88%-
XYZ2.392.815.57-
YUV42.56141.23111.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 66 (26.17% from 255) = 48.89%
R=14.07%
G=37.04%
B=48.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1950660.710.2400.74200.4355.2916.67
Hex133242471804Ac83711
Octal23621021073001123106721
Binary100111100101000010100011111000010010101100100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133242; }

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

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

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

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

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

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

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

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