#124049

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

Shades of Tiber #124049

Tints of Tiber #124049

Color information

#124049 (or 0x124049) is unknown color: approx Tiber. HEX triplet: 12, 40 and 49. RGB value is (18,64,73). Sum of RGB (Red+Green+Blue) = 18+64+73=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #124049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124049 is #EDBFB6. Grayscale: #333333. Windows color (decimal): -15581111 or 4800530. OLE color: 4800530.

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

Color convert

RGB186473-
CMYK0.750.1200.71
HSL189.82º60.44%17.84%-
HSV(B)189.82º75.34%28.63%-
XYZ3.294.286.96-
YUV51.27140.26104.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=11.61%
G=41.29%
B=47.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1864730.750.1200.71189.8260.4417.84
Hex1240494BC047be3c12
Octal221001111131401072767422
Binary100101000000100100110010111100010001111011111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124049; }

 p { color: rgb(18,64,73); }

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

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

 a { background-color: rgb(18,64,73); }

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

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

 span { border-color: rgb(18,64,73); }

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