#124041

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

Shades of Tiber #124041

Tints of Tiber #124041

Color information

#124041 (or 0x124041) is unknown color: approx Tiber. HEX triplet: 12, 40 and 41. RGB value is (18,64,65). Sum of RGB (Red+Green+Blue) = 18+64+65=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #124041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124041 is #EDBFBE. Grayscale: #323232. Windows color (decimal): -15581119 or 4276242. OLE color: 4276242.

HSL color Cylindrical-coordinate representation of color #124041: hue angle of 181.28º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124041 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB186465-
CMYK0.720.0200.75
HSL181.28º56.63%16.27%-
HSV(B)181.28º72.31%25.49%-
XYZ3.044.185.65-
YUV50.36136.26104.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=12.24%
G=43.54%
B=44.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864650.720.0200.75181.2856.6316.27
Hex12404148204Bb53910
Octal22100101110201132657120
Binary1001010000001000001100100010010010111011010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124041; }

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

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

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

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

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

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

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

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