#124047

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

Shades of Tiber #124047

Tints of Tiber #124047

Color information

#124047 (or 0x124047) is unknown color: approx Tiber. HEX triplet: 12, 40 and 47. RGB value is (18,64,71). Sum of RGB (Red+Green+Blue) = 18+64+71=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #124047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124047 is #EDBFB8. Grayscale: #323232. Windows color (decimal): -15581113 or 4669458. OLE color: 4669458.

HSL color Cylindrical-coordinate representation of color #124047: hue angle of 187.92º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124047 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB186471-
CMYK0.750.1000.72
HSL187.92º59.55%17.45%-
HSV(B)187.92º74.65%27.84%-
XYZ3.224.256.61-
YUV51.04139.26104.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=11.76%
G=41.83%
B=46.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1864710.750.1000.72187.9259.5517.45
Hex1240474BA048bc3c11
Octal221001071131201102747421
Binary100101000000100011110010111010010010001011110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124047; }

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

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

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

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

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

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

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

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