#13434C

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

Shades of Tiber #13434C

Tints of Tiber #13434C

Color information

#13434C (or 0x13434C) is unknown color: approx Tiber. HEX triplet: 13, 43 and 4C. RGB value is (19,67,76). Sum of RGB (Red+Green+Blue) = 19+67+76=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #13434C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13434C is #ECBCB3. Grayscale: #353535. Windows color (decimal): -15514804 or 4997907. OLE color: 4997907.

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

Color convert

RGB196776-
CMYK0.750.1200.70
HSL189.47º60%18.63%-
HSV(B)189.47º75%29.8%-
XYZ3.584.677.55-
YUV53.67140.6103.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=11.73%
G=41.36%
B=46.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1967760.750.1200.70189.476018.63
Hex13434C4BC046bd3c13
Octal231031141131401062757423
Binary100111000011100110010010111100010001101011110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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