#133F49

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

Shades of Tiber #133F49

Tints of Tiber #133F49

Color information

#133F49 (or 0x133F49) is unknown color: approx Tiber. HEX triplet: 13, 3F and 49. RGB value is (19,63,73). Sum of RGB (Red+Green+Blue) = 19+63+73=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #133F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F49 is #ECC0B6. Grayscale: #323232. Windows color (decimal): -15515831 or 4800275. OLE color: 4800275.

HSL color Cylindrical-coordinate representation of color #133F49: hue angle of 191.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133F49 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB196373-
CMYK0.740.1400.71
HSL191.11º58.7%18.04%-
HSV(B)191.11º73.97%28.63%-
XYZ3.254.176.94-
YUV50.98140.42105.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=12.26%
G=40.65%
B=47.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1963730.740.1400.71191.1158.718.04
Hex133F494AE047bf3b12
Octal23771111121601072777322
Binary10011111111100100110010101110010001111011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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