#124148

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

Shades of Tiber #124148

Tints of Tiber #124148

Color information

#124148 (or 0x124148) is unknown color: approx Tiber. HEX triplet: 12, 41 and 48. RGB value is (18,65,72). Sum of RGB (Red+Green+Blue) = 18+65+72=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #124148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124148 is #EDBEB7. Grayscale: #333333. Windows color (decimal): -15580856 or 4735250. OLE color: 4735250.

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

Color convert

RGB186572-
CMYK0.750.1000.72
HSL187.78º60%17.65%-
HSV(B)187.78º75%28.24%-
XYZ3.314.386.8-
YUV51.74139.43103.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=11.61%
G=41.94%
B=46.45%

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
Decimal1865720.750.1000.72187.786017.65
Hex1241484BA048bc3c12
Octal221011101131201102747422
Binary100101000001100100010010111010010010001011110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124148; }

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

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

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

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

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

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

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

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