Html Css Color HEX #134448 Tiber

📋 copy color: '#134448'

red 19 ◦ green 68 ◦ blue 72

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

Shades of Tiber #134448

Tints of Tiber #134448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.77%

 BLUE value IS 72 (28.52% from 255) = 45.28%

R = 11.95%
G = 42.77%
B = 45.28%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#134448 (or 0x134448) is known color: Tiber. HEX triplet: 13, 44 and 48. RGB value is (19,68,72). Sum of RGB (Red+Green+Blue) = 19+68+72=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #134448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134448 is #ECBBB7. Grayscale: #353535. Windows color (decimal): -15514552 or 4736019. OLE color: 4736019.

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

Color convert

RGB 19 68 72 -
CMYK 0.74 0.06 0 0.72
HSL 184.53º 0.58% 0.18% -
HSV(B) 184.53º 0.74% 0.28% -
XYZ 3.51 4.74 6.86 -
YUV 53.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 19 68 72 0.74 0.06 0 0.72 184.53 0.58 0.18
Hex 13 44 48 4A 6 0 48 B9 3A 12
Octal 23 104 110 112 6 0 110 271 72 22
Binary 10011 1000100 1001000 1001010 110 0 1001000 10111001 111010 10010

Color Harmonies of #134448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134448

Black with #134448

Text Example


Text Example

White with #134448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134448; }

 p { color: rgb(19,68,72); }

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

background-color css

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

 a { background-color: rgb(19,68,72); }

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

border-color css

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

 span { border-color: rgb(19,68,72); }

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