#125870

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

Shades of Orient #125870

Tints of Orient #125870

Color information

#125870 (or 0x125870) is unknown color: approx Orient. HEX triplet: 12, 58 and 70. RGB value is (18,88,112). Sum of RGB (Red+Green+Blue) = 18+88+112=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #125870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125870 is #EDA78F. Grayscale: #454545. Windows color (decimal): -15574928 or 7362578. OLE color: 7362578.

HSL color Cylindrical-coordinate representation of color #125870: hue angle of 195.32º 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 #125870 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1888112-
CMYK0.840.2100.56
HSL195.32º72.31%25.49%-
HSV(B)195.32º83.93%43.92%-
XYZ6.668.2816.58-
YUV69.81151.8191.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=8.26%
G=40.37%
B=51.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18881120.840.2100.56195.3272.3125.49
Hex1258705415038c34819
Octal221301601242507030311031
Binary1001010110001110000101010010101011100011000011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125870; }

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

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

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

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

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

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

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

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