#125879

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

Shades of Orient #125879

Tints of Orient #125879

Color information

#125879 (or 0x125879) is unknown color: approx Orient. HEX triplet: 12, 58 and 79. RGB value is (18,88,121). Sum of RGB (Red+Green+Blue) = 18+88+121=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #125879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125879 is #EDA786. Grayscale: #464646. Windows color (decimal): -15574919 or 7952402. OLE color: 7952402.

HSL color Cylindrical-coordinate representation of color #125879: hue angle of 199.22º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125879 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1888121-
CMYK0.850.2700.53
HSL199.22º74.1%27.25%-
HSV(B)199.22º85.12%47.45%-
XYZ7.198.4919.35-
YUV70.83156.3190.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 121 (47.66% from 255) = 53.30%
R=7.93%
G=38.77%
B=53.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18881210.850.2700.53199.2274.127.25
Hex125879551B035c74a1b
Octal221301711253306530711233
Binary1001010110001111001101010111011011010111000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125879; }

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

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

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

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

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

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

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

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