Html Css Color HEX #13424C Tiber

📋 copy color: '#13424C'

red 19 ◦ green 66 ◦ blue 76

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

Shades of Tiber #13424C

Tints of Tiber #13424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 11.8%
G = 40.99%
B = 47.2%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13424C (or 0x13424C) is known color: Tiber. HEX triplet: 13, 42 and 4C. RGB value is (19,66,76). Sum of RGB (Red+Green+Blue) = 19+66+76=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #13424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13424C is #ECBDB3. Grayscale: #353535. Windows color (decimal): -15515060 or 4997651. OLE color: 4997651.

HSL color Cylindrical-coordinate representation of color #13424C: hue angle of 190.53º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13424C is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 66 76 -
CMYK 0.75 0.13 0 0.70
HSL 190.53º 0.6% 0.19% -
HSV(B) 190.53º 0.75% 0.3% -
XYZ 3.52 4.56 7.53 -
YUV 53.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 19 66 76 0.75 0.13 0 0.70 190.53 0.6 0.19
Hex 13 42 4C 4B D 0 46 BF 3C 13
Octal 23 102 114 113 15 0 106 277 74 23
Binary 10011 1000010 1001100 1001011 1101 0 1000110 10111111 111100 10011

Color Harmonies of #13424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13424C

Black with #13424C

Text Example


Text Example

White with #13424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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