#12536B

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

Shades of Orient #12536B

Tints of Orient #12536B

Color information

#12536B (or 0x12536B) is unknown color: approx Orient. HEX triplet: 12, 53 and 6B. RGB value is (18,83,107). Sum of RGB (Red+Green+Blue) = 18+83+107=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #12536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12536B is #EDAC94. Grayscale: #424242. Windows color (decimal): -15576213 or 7033618. OLE color: 7033618.

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

Color convert

RGB1883107-
CMYK0.830.2200.58
HSL196.18º71.2%24.51%-
HSV(B)196.18º83.18%41.96%-
XYZ67.3815.02-
YUV66.3150.9793.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=8.65%
G=39.90%
B=51.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18831070.830.2200.58196.1871.224.51
Hex12536B531603Ac44719
Octal221231531232607230410731
Binary1001010100111101011101001110110011101011000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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