#12556E

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

Shades of Orient #12556E

Tints of Orient #12556E

Color information

#12556E (or 0x12556E) is unknown color: approx Orient. HEX triplet: 12, 55 and 6E. RGB value is (18,85,110). Sum of RGB (Red+Green+Blue) = 18+85+110=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #12556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12556E is #EDAA91. Grayscale: #434343. Windows color (decimal): -15575698 or 7230738. OLE color: 7230738.

HSL color Cylindrical-coordinate representation of color #12556E: hue angle of 196.3º 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 #12556E is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1885110-
CMYK0.840.2300.57
HSL196.3º71.88%25.1%-
HSV(B)196.3º83.64%43.14%-
XYZ6.317.7515.92-
YUV67.82151.892.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=8.45%
G=39.91%
B=51.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18851100.840.2300.57196.371.8825.1
Hex12556E5417039c44819
Octal221251561242707130411031
Binary1001010101011101110101010010111011100111000100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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