#124246

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

Shades of Tiber #124246

Tints of Tiber #124246

Color information

#124246 (or 0x124246) is unknown color: approx Tiber. HEX triplet: 12, 42 and 46. RGB value is (18,66,70). Sum of RGB (Red+Green+Blue) = 18+66+70=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #124246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124246 is #EDBDB9. Grayscale: #343434. Windows color (decimal): -15580602 or 4604434. OLE color: 4604434.

HSL color Cylindrical-coordinate representation of color #124246: hue angle of 184.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124246 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB186670-
CMYK0.740.0600.73
HSL184.62º59.09%17.25%-
HSV(B)184.62º74.29%27.45%-
XYZ3.34.476.48-
YUV52.1138.1103.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=11.69%
G=42.86%
B=45.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1866700.740.0600.73184.6259.0917.25
Hex1242464A6049b93b11
Octal22102106112601112717321
Binary10010100001010001101001010110010010011011100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124246; }

 p { color: rgb(18,66,70); }

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

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

 a { background-color: rgb(18,66,70); }

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

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

 span { border-color: rgb(18,66,70); }

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