Html Css Color HEX #134347 Tiber

📋 copy color: '#134347'

red 19 ◦ green 67 ◦ blue 71

#134347
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #134347

Tints of Tiber #134347

RGB

 RED value IS 19 (7.81% from 255) = 12.1%

 GREEN value IS 67 (26.56% from 255) = 42.68%

 BLUE value IS 71 (28.13% from 255) = 45.22%

R = 12.1%
G = 42.68%
B = 45.22%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#134347 (or 0x134347) is known color: Tiber. HEX triplet: 13, 43 and 47. RGB value is (19,67,71). Sum of RGB (Red+Green+Blue) = 19+67+71=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #134347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134347 is #ECBCB8. Grayscale: #353535. Windows color (decimal): -15514809 or 4670227. OLE color: 4670227.

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

Color convert

RGB 19 67 71 -
CMYK 0.73 0.06 0 0.72
HSL 184.62º 0.58% 0.18% -
HSV(B) 184.62º 0.73% 0.28% -
XYZ 3.41 4.61 6.67 -
YUV 53.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 19 67 71 0.73 0.06 0 0.72 184.62 0.58 0.18
Hex 13 43 47 49 6 0 48 B9 3A 12
Octal 23 103 107 111 6 0 110 271 72 22
Binary 10011 1000011 1000111 1001001 110 0 1001000 10111001 111010 10010

Color Harmonies of #134347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134347

Black with #134347

Text Example


Text Example

White with #134347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134347; }

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

 H1.HeaderClassName
 {
   color: #134347;
 }
 .AnyTagClassName
 {
   color: #134347;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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