Html Css Color HEX #134143 Tiber

📋 copy color: '#134143'

red 19 ◦ green 65 ◦ blue 67

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

Shades of Tiber #134143

Tints of Tiber #134143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

 BLUE value IS 67 (26.56% from 255) = 44.37%

R = 12.58%
G = 43.05%
B = 44.37%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#134143 (or 0x134143) is known color: Tiber. HEX triplet: 13, 41 and 43. RGB value is (19,65,67). Sum of RGB (Red+Green+Blue) = 19+65+67=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #134143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134143 is #ECBEBC. Grayscale: #333333. Windows color (decimal): -15515325 or 4407571. OLE color: 4407571.

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

Color convert

RGB 19 65 67 -
CMYK 0.72 0.03 0 0.74
HSL 182.5º 0.56% 0.17% -
HSV(B) 182.5º 0.72% 0.26% -
XYZ 3.17 4.32 5.98 -
YUV 51.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 19 65 67 0.72 0.03 0 0.74 182.5 0.56 0.17
Hex 13 41 43 48 3 0 4A B6 38 11
Octal 23 101 103 110 3 0 112 266 70 21
Binary 10011 1000001 1000011 1001000 11 0 1001010 10110110 111000 10001

Color Harmonies of #134143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134143

Black with #134143

Text Example


Text Example

White with #134143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134143; }

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

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

background-color css

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

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

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

border-color css

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

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

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