#125678

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

Shades of Orient #125678

Tints of Orient #125678

Color information

#125678 (or 0x125678) is unknown color: approx Orient. HEX triplet: 12, 56 and 78. RGB value is (18,86,120). Sum of RGB (Red+Green+Blue) = 18+86+120=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #125678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125678 is #EDA987. Grayscale: #454545. Windows color (decimal): -15575432 or 7886354. OLE color: 7886354.

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

Color convert

RGB1886120-
CMYK0.850.2800.53
HSL200º73.91%27.06%-
HSV(B)200º85%47.06%-
XYZ6.978.1418.97-
YUV69.54156.4791.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=8.04%
G=38.39%
B=53.57%

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
Decimal18861200.850.2800.5320073.9127.06
Hex125678551C035c84a1b
Octal221261701253406531011233
Binary1001010101101111000101010111100011010111001000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125678; }

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

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

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

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

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

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

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

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