#125878

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

Shades of Orient #125878

Tints of Orient #125878

Color information

#125878 (or 0x125878) is unknown color: approx Orient. HEX triplet: 12, 58 and 78. RGB value is (18,88,120). Sum of RGB (Red+Green+Blue) = 18+88+120=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #125878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125878 is #EDA787. Grayscale: #464646. Windows color (decimal): -15574920 or 7886866. OLE color: 7886866.

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

Color convert

RGB1888120-
CMYK0.850.2700.53
HSL198.82º73.91%27.06%-
HSV(B)198.82º85%47.06%-
XYZ7.138.4619.03-
YUV70.72155.8190.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=7.96%
G=38.94%
B=53.10%

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
Decimal18881200.850.2700.53198.8273.9127.06
Hex125878551B035c74a1b
Octal221301701253306530711233
Binary1001010110001111000101010111011011010111000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125878; }

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

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

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

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

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

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

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

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