#133241

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

Shades of Blue Whale #133241

Tints of Blue Whale #133241

Color information

#133241 (or 0x133241) is unknown color: approx Blue Whale. HEX triplet: 13, 32 and 41. RGB value is (19,50,65). Sum of RGB (Red+Green+Blue) = 19+50+65=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #133241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133241 is #ECCDBE. Grayscale: #2A2A2A. Windows color (decimal): -15519167 or 4272659. OLE color: 4272659.

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

Color convert

RGB195065-
CMYK0.710.2300.75
HSL199.57º54.76%16.47%-
HSV(B)199.57º70.77%25.49%-
XYZ2.362.85.42-
YUV42.44140.73111.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=14.18%
G=37.31%
B=48.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1950650.710.2300.75199.5754.7616.47
Hex133241471704Bc83710
Octal23621011072701133106720
Binary100111100101000001100011110111010010111100100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133241; }

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

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

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

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

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

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

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

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