#125877

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

Shades of Orient #125877

Tints of Orient #125877

Color information

#125877 (or 0x125877) is unknown color: approx Orient. HEX triplet: 12, 58 and 77. RGB value is (18,88,119). Sum of RGB (Red+Green+Blue) = 18+88+119=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #125877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125877 is #EDA788. Grayscale: #464646. Windows color (decimal): -15574921 or 7821330. OLE color: 7821330.

HSL color Cylindrical-coordinate representation of color #125877: hue angle of 198.42º 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 #125877 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1888119-
CMYK0.850.2600.53
HSL198.42º73.72%26.86%-
HSV(B)198.42º84.87%46.67%-
XYZ7.078.4418.71-
YUV70.6155.3190.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=8%
G=39.11%
B=52.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18881190.850.2600.53198.4273.7226.86
Hex125877551A035c64a1b
Octal221301671253206530611233
Binary1001010110001110111101010111010011010111000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125877; }

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

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

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

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

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

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

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

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