#134247

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

Shades of Tiber #134247

Tints of Tiber #134247

Color information

#134247 (or 0x134247) is unknown color: approx Tiber. HEX triplet: 13, 42 and 47. RGB value is (19,66,71). Sum of RGB (Red+Green+Blue) = 19+66+71=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #134247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134247 is #ECBDB8. Grayscale: #343434. Windows color (decimal): -15515065 or 4669971. OLE color: 4669971.

HSL color Cylindrical-coordinate representation of color #134247: hue angle of 185.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134247 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB196671-
CMYK0.730.0700.72
HSL185.77º57.78%17.65%-
HSV(B)185.77º73.24%27.84%-
XYZ3.354.496.65-
YUV52.52138.43104.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=12.18%
G=42.31%
B=45.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1966710.730.0700.72185.7757.7817.65
Hex134247497048ba3a12
Octal23102107111701102727222
Binary10011100001010001111001001111010010001011101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134247; }

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

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

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

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

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

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

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

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