#13444B

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

Shades of Tiber #13444B

Tints of Tiber #13444B

Color information

#13444B (or 0x13444B) is unknown color: approx Tiber. HEX triplet: 13, 44 and 4B. RGB value is (19,68,75). Sum of RGB (Red+Green+Blue) = 19+68+75=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #13444B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13444B is #ECBBB4. Grayscale: #363636. Windows color (decimal): -15514549 or 4932627. OLE color: 4932627.

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

Color convert

RGB196875-
CMYK0.750.0900.71
HSL187.5º59.57%18.43%-
HSV(B)187.5º74.67%29.41%-
XYZ3.614.787.39-
YUV54.15139.77102.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=11.73%
G=41.98%
B=46.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1968750.750.0900.71187.559.5718.43
Hex13444B4B9047bc3c12
Octal231041131131101072747422
Binary100111000100100101110010111001010001111011110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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