#133E44

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

Shades of Tiber #133E44

Tints of Tiber #133E44

Color information

#133E44 (or 0x133E44) is unknown color: approx Tiber. HEX triplet: 13, 3E and 44. RGB value is (19,62,68). Sum of RGB (Red+Green+Blue) = 19+62+68=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #133E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E44 is #ECC1BB. Grayscale: #313131. Windows color (decimal): -15516092 or 4472339. OLE color: 4472339.

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

Color convert

RGB196268-
CMYK0.720.0900.73
HSL187.35º56.32%17.06%-
HSV(B)187.35º72.06%26.67%-
XYZ3.0346.08-
YUV49.83138.25106.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=12.75%
G=41.61%
B=45.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1962680.720.0900.73187.3556.3217.06
Hex133E44489049bb3811
Octal23761041101101112737021
Binary10011111110100010010010001001010010011011101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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