#134042

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

Shades of Tiber #134042

Tints of Tiber #134042

Color information

#134042 (or 0x134042) is unknown color: approx Tiber. HEX triplet: 13, 40 and 42. RGB value is (19,64,66). Sum of RGB (Red+Green+Blue) = 19+64+66=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #134042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134042 is #ECBFBD. Grayscale: #323232. Windows color (decimal): -15515582 or 4341779. OLE color: 4341779.

HSL color Cylindrical-coordinate representation of color #134042: hue angle of 182.55º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134042 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB196466-
CMYK0.710.0300.74
HSL182.55º55.29%16.67%-
HSV(B)182.55º71.21%25.88%-
XYZ3.094.25.8-
YUV50.77136.59105.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=12.75%
G=42.95%
B=44.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1964660.710.0300.74182.5555.2916.67
Hex13404247304Ab73711
Octal23100102107301122676721
Binary1001110000001000010100011111010010101011011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134042; }

 p { color: rgb(19,64,66); }

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

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

 a { background-color: rgb(19,64,66); }

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

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

 span { border-color: rgb(19,64,66); }

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