#124248

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

Shades of Tiber #124248

Tints of Tiber #124248

Color information

#124248 (or 0x124248) is unknown color: approx Tiber. HEX triplet: 12, 42 and 48. RGB value is (18,66,72). Sum of RGB (Red+Green+Blue) = 18+66+72=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #124248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124248 is #EDBDB7. Grayscale: #343434. Windows color (decimal): -15580600 or 4735506. OLE color: 4735506.

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

Color convert

RGB186672-
CMYK0.750.0800.72
HSL186.67º60%17.65%-
HSV(B)186.67º75%28.24%-
XYZ3.374.496.82-
YUV52.33139.1103.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=11.54%
G=42.31%
B=46.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1866720.750.0800.72186.676017.65
Hex1242484B8048bb3c12
Octal221021101131001102737422
Binary100101000010100100010010111000010010001011101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124248; }

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

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

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

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

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

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

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

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