Html Css Color HEX #134248 Tiber

📋 copy color: '#134248'

red 19 ◦ green 66 ◦ blue 72

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

Shades of Tiber #134248

Tints of Tiber #134248

RGB

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

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

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

R = 12.1%
G = 42.04%
B = 45.86%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#134248 (or 0x134248) is known color: Tiber. HEX triplet: 13, 42 and 48. RGB value is (19,66,72). Sum of RGB (Red+Green+Blue) = 19+66+72=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #134248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134248 is #ECBDB7. Grayscale: #343434. Windows color (decimal): -15515064 or 4735507. OLE color: 4735507.

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

Color convert

RGB 19 66 72 -
CMYK 0.74 0.08 0 0.72
HSL 186.79º 0.58% 0.18% -
HSV(B) 186.79º 0.74% 0.28% -
XYZ 3.39 4.5 6.82 -
YUV 52.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 19 66 72 0.74 0.08 0 0.72 186.79 0.58 0.18
Hex 13 42 48 4A 8 0 48 BB 3A 12
Octal 23 102 110 112 10 0 110 273 72 22
Binary 10011 1000010 1001000 1001010 1000 0 1001000 10111011 111010 10010

Color Harmonies of #134248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134248

Black with #134248

Text Example


Text Example

White with #134248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134248; }

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

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

background-color css

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

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

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

border-color css

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

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

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