#133745

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

Shades of Blue Whale #133745

Tints of Blue Whale #133745

Color information

#133745 (or 0x133745) is unknown color: approx Blue Whale. HEX triplet: 13, 37 and 45. RGB value is (19,55,69). Sum of RGB (Red+Green+Blue) = 19+55+69=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #133745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133745 is #ECC8BA. Grayscale: #2D2D2D. Windows color (decimal): -15517883 or 4536083. OLE color: 4536083.

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

Color convert

RGB195569-
CMYK0.720.2000.73
HSL196.8º56.82%17.25%-
HSV(B)196.8º72.46%27.06%-
XYZ2.713.36.12-
YUV45.83141.07108.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 69 (27.34% from 255) = 48.25%
R=13.29%
G=38.46%
B=48.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1955690.720.2000.73196.856.8217.25
Hex1337454814049c53911
Octal23671051102401113057121
Binary100111101111000101100100010100010010011100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133745; }

 p { color: rgb(19,55,69); }

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

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

 a { background-color: rgb(19,55,69); }

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

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

 span { border-color: rgb(19,55,69); }

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