#13444C

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

Shades of Tiber #13444C

Tints of Tiber #13444C

Color information

#13444C (or 0x13444C) is unknown color: approx Tiber. HEX triplet: 13, 44 and 4C. RGB value is (19,68,76). Sum of RGB (Red+Green+Blue) = 19+68+76=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #13444C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13444C is #ECBBB3. Grayscale: #363636. Windows color (decimal): -15514548 or 4998163. OLE color: 4998163.

HSL color Cylindrical-coordinate representation of color #13444C: hue angle of 188.42º 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 #13444C is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB196876-
CMYK0.750.1100.70
HSL188.42º60%18.63%-
HSV(B)188.42º75%29.8%-
XYZ3.644.797.57-
YUV54.26140.27102.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=11.66%
G=41.72%
B=46.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1968760.750.1100.70188.426018.63
Hex13444C4BB046bc3c13
Octal231041141131301062747423
Binary100111000100100110010010111011010001101011110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13444C;
 }
 .AnyTagClassName
 {
   color: #13444C;
 }
</style>
background-color css

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

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

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

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

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

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