Html Css Color HEX #134247 Tiber

📋 copy color: '#134247'

red 19 ◦ green 66 ◦ blue 71

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

Shades of Tiber #134247

Tints of Tiber #134247

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.13% from 255) = 45.51%

R = 12.18%
G = 42.31%
B = 45.51%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#134247 (or 0x134247) is known color: 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

RGB 19 66 71 -
CMYK 0.73 0.07 0 0.72
HSL 185.77º 0.58% 0.18% -
HSV(B) 185.77º 0.73% 0.28% -
XYZ 3.35 4.49 6.65 -
YUV 52.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 19 66 71 0.73 0.07 0 0.72 185.77 0.58 0.18
Hex 13 42 47 49 7 0 48 BA 3A 12
Octal 23 102 107 111 7 0 110 272 72 22
Binary 10011 1000010 1000111 1001001 111 0 1001000 10111010 111010 10010

Color Harmonies of #134247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134247

Black with #134247

Text Example


Text Example

White with #134247

Text Example


Text Example

HTML Codes & Css Web 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>