#124247

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

Shades of Tiber #124247

Tints of Tiber #124247

Color information

#124247 (or 0x124247) is unknown color: approx Tiber. HEX triplet: 12, 42 and 47. RGB value is (18,66,71). Sum of RGB (Red+Green+Blue) = 18+66+71=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #124247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124247 is #EDBDB8. Grayscale: #343434. Windows color (decimal): -15580601 or 4669970. OLE color: 4669970.

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

Color convert

RGB186671-
CMYK0.750.0700.72
HSL185.66º59.55%17.45%-
HSV(B)185.66º74.65%27.84%-
XYZ3.334.486.65-
YUV52.22138.6103.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=11.61%
G=42.58%
B=45.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1866710.750.0700.72185.6659.5517.45
Hex1242474B7048ba3c11
Octal22102107113701102727421
Binary10010100001010001111001011111010010001011101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124247; }

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

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

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

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

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

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

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

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