#13434B

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

Shades of Tiber #13434B

Tints of Tiber #13434B

Color information

#13434B (or 0x13434B) is unknown color: approx Tiber. HEX triplet: 13, 43 and 4B. RGB value is (19,67,75). Sum of RGB (Red+Green+Blue) = 19+67+75=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #13434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13434B is #ECBCB4. Grayscale: #353535. Windows color (decimal): -15514805 or 4932371. OLE color: 4932371.

HSL color Cylindrical-coordinate representation of color #13434B: hue angle of 188.57º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13434B is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB196775-
CMYK0.750.1100.71
HSL188.57º59.57%18.43%-
HSV(B)188.57º74.67%29.41%-
XYZ3.554.667.37-
YUV53.56140.1103.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=11.80%
G=41.61%
B=46.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1967750.750.1100.71188.5759.5718.43
Hex13434B4BB047bd3c12
Octal231031131131301072757422
Binary100111000011100101110010111011010001111011110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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