#12506B

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

Shades of Orient #12506B

Tints of Orient #12506B

Color information

#12506B (or 0x12506B) is unknown color: approx Orient. HEX triplet: 12, 50 and 6B. RGB value is (18,80,107). Sum of RGB (Red+Green+Blue) = 18+80+107=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #12506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12506B is #EDAF94. Grayscale: #404040. Windows color (decimal): -15576981 or 7032850. OLE color: 7032850.

HSL color Cylindrical-coordinate representation of color #12506B: hue angle of 198.2º 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 #12506B is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1880107-
CMYK0.830.2500.58
HSL198.2º71.2%24.51%-
HSV(B)198.2º83.18%41.96%-
XYZ5.776.9314.94-
YUV64.54151.9694.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=8.78%
G=39.02%
B=52.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18801070.830.2500.58198.271.224.51
Hex12506B531903Ac64719
Octal221201531233107230610731
Binary1001010100001101011101001111001011101011000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12506B; }

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

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

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

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

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

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

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

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