#125778

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

Shades of Orient #125778

Tints of Orient #125778

Color information

#125778 (or 0x125778) is unknown color: approx Orient. HEX triplet: 12, 57 and 78. RGB value is (18,87,120). Sum of RGB (Red+Green+Blue) = 18+87+120=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #125778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125778 is #EDA887. Grayscale: #454545. Windows color (decimal): -15575176 or 7886610. OLE color: 7886610.

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

Color convert

RGB1887120-
CMYK0.850.2800.53
HSL199.41º73.91%27.06%-
HSV(B)199.41º85%47.06%-
XYZ7.058.319-
YUV70.13156.1490.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=8%
G=38.67%
B=53.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18871200.850.2800.53199.4173.9127.06
Hex125778551C035c74a1b
Octal221271701253406530711233
Binary1001010101111111000101010111100011010111000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125778; }

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

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

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

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

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

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

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

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