#13424C

Color #13424C Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #13424C

Tints of Tiber #13424C

Color information

#13424C (or 0x13424C) is unknown color: approx 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

RGB196676-
CMYK0.750.1300.70
HSL190.53º60%18.63%-
HSV(B)190.53º75%29.8%-
XYZ3.524.567.53-
YUV53.09140.93103.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=11.80%
G=40.99%
B=47.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1966760.750.1300.70190.536018.63
Hex13424C4BD046bf3c13
Octal231021141131501062777423
Binary100111000010100110010010111101010001101011111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>