#133E45

Color #133E45 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #133E45

Tints of Tiber #133E45

Color information

#133E45 (or 0x133E45) is unknown color: approx Tiber. HEX triplet: 13, 3E and 45. RGB value is (19,62,69). Sum of RGB (Red+Green+Blue) = 19+62+69=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #133E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E45 is #ECC1BA. Grayscale: #313131. Windows color (decimal): -15516091 or 4537875. OLE color: 4537875.

HSL color Cylindrical-coordinate representation of color #133E45: hue angle of 188.4º 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 #133E45 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB196269-
CMYK0.720.1000.73
HSL188.4º56.82%17.25%-
HSV(B)188.4º72.46%27.06%-
XYZ3.074.016.24-
YUV49.94138.75105.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 69 (27.34% from 255) = 46%
R=12.67%
G=41.33%
B=46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1962690.720.1000.73188.456.8217.25
Hex133E4548A049bc3911
Octal23761051101201112747121
Binary10011111110100010110010001010010010011011110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133E45; }

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

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

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

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

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

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

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

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