#133F44

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

Shades of Tiber #133F44

Tints of Tiber #133F44

Color information

#133F44 (or 0x133F44) is unknown color: approx Tiber. HEX triplet: 13, 3F and 44. RGB value is (19,63,68). Sum of RGB (Red+Green+Blue) = 19+63+68=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #133F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F44 is #ECC0BB. Grayscale: #323232. Windows color (decimal): -15515836 or 4472595. OLE color: 4472595.

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

Color convert

RGB196368-
CMYK0.720.0700.73
HSL186.12º56.32%17.06%-
HSV(B)186.12º72.06%26.67%-
XYZ3.094.116.1-
YUV50.41137.92105.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 68 (26.95% from 255) = 45.33%
R=12.67%
G=42%
B=45.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1963680.720.0700.73186.1256.3217.06
Hex133F44487049ba3811
Octal2377104110701112727021
Binary1001111111110001001001000111010010011011101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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