Html Css Color HEX #134249 Tiber

📋 copy color: '#134249'

red 19 ◦ green 66 ◦ blue 73

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

Shades of Tiber #134249

Tints of Tiber #134249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.77%

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 12.03%
G = 41.77%
B = 46.2%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#134249 (or 0x134249) is known color: Tiber. HEX triplet: 13, 42 and 49. RGB value is (19,66,73). Sum of RGB (Red+Green+Blue) = 19+66+73=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #134249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134249 is #ECBDB6. Grayscale: #343434. Windows color (decimal): -15515063 or 4801043. OLE color: 4801043.

HSL color Cylindrical-coordinate representation of color #134249: hue angle of 187.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134249 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 66 73 -
CMYK 0.74 0.10 0 0.71
HSL 187.78º 0.59% 0.18% -
HSV(B) 187.78º 0.74% 0.29% -
XYZ 3.42 4.52 6.99 -
YUV 52.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 19 66 73 0.74 0.10 0 0.71 187.78 0.59 0.18
Hex 13 42 49 4A A 0 47 BC 3B 12
Octal 23 102 111 112 12 0 107 274 73 22
Binary 10011 1000010 1001001 1001010 1010 0 1000111 10111100 111011 10010

Color Harmonies of #134249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134249

Black with #134249

Text Example


Text Example

White with #134249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134249; }

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

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

background-color css

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

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

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

border-color css

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

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

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