#133E41

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

Shades of Tiber #133E41

Tints of Tiber #133E41

Color information

#133E41 (or 0x133E41) is unknown color: approx Tiber. HEX triplet: 13, 3E and 41. RGB value is (19,62,65). Sum of RGB (Red+Green+Blue) = 19+62+65=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 62 (24.61% from 255 or 42.47% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #133E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E41 is #ECC1BE. Grayscale: #313131. Windows color (decimal): -15516095 or 4275731. OLE color: 4275731.

HSL color Cylindrical-coordinate representation of color #133E41: hue angle of 183.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133E41 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB196265-
CMYK0.710.0500.75
HSL183.91º54.76%16.47%-
HSV(B)183.91º70.77%25.49%-
XYZ2.953.975.61-
YUV49.48136.75106.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 62 (24.61% from 255) = 42.47%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=13.01%
G=42.47%
B=44.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1962650.710.0500.75183.9154.7616.47
Hex133E4147504Bb83710
Octal2376101107501132706720
Binary1001111111010000011000111101010010111011100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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