#123D42

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

Shades of Tiber #123D42

Tints of Tiber #123D42

Color information

#123D42 (or 0x123D42) is unknown color: approx Tiber. HEX triplet: 12, 3D and 42. RGB value is (18,61,66). Sum of RGB (Red+Green+Blue) = 18+61+66=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 66 - color contains mainly: blue. Hex color #123D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D42 is #EDC2BD. Grayscale: #303030. Windows color (decimal): -15581886 or 4341010. OLE color: 4341010.

HSL color Cylindrical-coordinate representation of color #123D42: hue angle of 186.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123D42 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB186166-
CMYK0.730.0800.74
HSL186.25º57.14%16.47%-
HSV(B)186.25º72.73%25.88%-
XYZ2.93.865.75-
YUV48.71137.75106.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 61 (24.22% from 255) = 42.07%
BLUE value IS 66 (26.17% from 255) = 45.52%
R=12.41%
G=42.07%
B=45.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1861660.730.0800.74186.2557.1416.47
Hex123D4249804Aba3910
Octal22751021111001122727120
Binary10010111101100001010010011000010010101011101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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