#125670

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

Shades of Orient #125670

Tints of Orient #125670

Color information

#125670 (or 0x125670) is unknown color: approx Orient. HEX triplet: 12, 56 and 70. RGB value is (18,86,112). Sum of RGB (Red+Green+Blue) = 18+86+112=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #125670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125670 is #EDA98F. Grayscale: #444444. Windows color (decimal): -15575440 or 7362066. OLE color: 7362066.

HSL color Cylindrical-coordinate representation of color #125670: hue angle of 196.6º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125670 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1886112-
CMYK0.840.2300.56
HSL196.6º72.31%25.49%-
HSV(B)196.6º83.93%43.92%-
XYZ6.57.9516.52-
YUV68.63152.4791.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=8.33%
G=39.81%
B=51.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18861120.840.2300.56196.672.3125.49
Hex1256705417038c54819
Octal221261601242707030511031
Binary1001010101101110000101010010111011100011000101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125670; }

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

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

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

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

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

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

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

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