#124F6B

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

Shades of Orient #124F6B

Tints of Orient #124F6B

Color information

#124F6B (or 0x124F6B) is unknown color: approx Orient. HEX triplet: 12, 4F and 6B. RGB value is (18,79,107). Sum of RGB (Red+Green+Blue) = 18+79+107=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #124F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F6B is #EDB094. Grayscale: #3F3F3F. Windows color (decimal): -15577237 or 7032594. OLE color: 7032594.

HSL color Cylindrical-coordinate representation of color #124F6B: hue angle of 198.88º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124F6B is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1879107-
CMYK0.830.2600.58
HSL198.88º71.2%24.51%-
HSV(B)198.88º83.18%41.96%-
XYZ5.76.7814.92-
YUV63.95152.2995.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=8.82%
G=38.73%
B=52.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18791070.830.2600.58198.8871.224.51
Hex124F6B531A03Ac74719
Octal221171531233207230710731
Binary1001010011111101011101001111010011101011000111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F6B; }

 p { color: rgb(18,79,107); }

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

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

 a { background-color: rgb(18,79,107); }

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

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

 span { border-color: rgb(18,79,107); }

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