#12566E

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

Shades of Orient #12566E

Tints of Orient #12566E

Color information

#12566E (or 0x12566E) is unknown color: approx Orient. HEX triplet: 12, 56 and 6E. RGB value is (18,86,110). Sum of RGB (Red+Green+Blue) = 18+86+110=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #12566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12566E is #EDA991. Grayscale: #444444. Windows color (decimal): -15575442 or 7230994. OLE color: 7230994.

HSL color Cylindrical-coordinate representation of color #12566E: hue angle of 195.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12566E is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1886110-
CMYK0.840.2200.57
HSL195.65º71.88%25.1%-
HSV(B)195.65º83.64%43.14%-
XYZ6.397.9115.94-
YUV68.4151.4792.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=8.41%
G=40.19%
B=51.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18861100.840.2200.57195.6571.8825.1
Hex12566E5416039c44819
Octal221261561242607130411031
Binary1001010101101101110101010010110011100111000100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12566E; }

 p { color: rgb(18,86,110); }

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

<style>
 a { background-color: #12566E; }

 a { background-color: rgb(18,86,110); }

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

<style>
 span { border-color: #12566E; }

 span { border-color: rgb(18,86,110); }

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