#123E48

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

Shades of Tiber #123E48

Tints of Tiber #123E48

Color information

#123E48 (or 0x123E48) is unknown color: approx Tiber. HEX triplet: 12, 3E and 48. RGB value is (18,62,72). Sum of RGB (Red+Green+Blue) = 18+62+72=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #123E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E48 is #EDC1B7. Grayscale: #313131. Windows color (decimal): -15581624 or 4734482. OLE color: 4734482.

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

Color convert

RGB186272-
CMYK0.750.1400.72
HSL191.11º60%17.65%-
HSV(B)191.11º75%28.24%-
XYZ3.144.046.75-
YUV49.98140.42105.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=11.84%
G=40.79%
B=47.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1862720.750.1400.72191.116017.65
Hex123E484BE048bf3c12
Octal22761101131601102777422
Binary10010111110100100010010111110010010001011111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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