#123F48

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

Shades of Tiber #123F48

Tints of Tiber #123F48

Color information

#123F48 (or 0x123F48) is unknown color: approx Tiber. HEX triplet: 12, 3F and 48. RGB value is (18,63,72). Sum of RGB (Red+Green+Blue) = 18+63+72=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #123F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F48 is #EDC0B7. Grayscale: #323232. Windows color (decimal): -15581368 or 4734738. OLE color: 4734738.

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

Color convert

RGB186372-
CMYK0.750.1200.72
HSL190º60%17.65%-
HSV(B)190º75%28.24%-
XYZ3.24.156.76-
YUV50.57140.09104.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=11.76%
G=41.18%
B=47.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1863720.750.1200.721906017.65
Hex123F484BC048be3c12
Octal22771101131401102767422
Binary10010111111100100010010111100010010001011111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123F48; }

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

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

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

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

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

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

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

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