#133141

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

Shades of Blue Whale #133141

Tints of Blue Whale #133141

Color information

#133141 (or 0x133141) is unknown color: approx Blue Whale. HEX triplet: 13, 31 and 41. RGB value is (19,49,65). Sum of RGB (Red+Green+Blue) = 19+49+65=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #133141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133141 is #ECCEBE. Grayscale: #292929. Windows color (decimal): -15519423 or 4272403. OLE color: 4272403.

HSL color Cylindrical-coordinate representation of color #133141: hue angle of 200.87º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133141 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194965-
CMYK0.710.2500.75
HSL200.87º54.76%16.47%-
HSV(B)200.87º70.77%25.49%-
XYZ2.322.725.4-
YUV41.85141.06111.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=14.29%
G=36.84%
B=48.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1949650.710.2500.75200.8754.7616.47
Hex133141471904Bc93710
Octal23611011073101133116720
Binary100111100011000001100011111001010010111100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133141; }

 p { color: rgb(19,49,65); }

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

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

 a { background-color: rgb(19,49,65); }

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

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

 span { border-color: rgb(19,49,65); }

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