#125070

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

Shades of Orient #125070

Tints of Orient #125070

Color information

#125070 (or 0x125070) is unknown color: approx Orient. HEX triplet: 12, 50 and 70. RGB value is (18,80,112). Sum of RGB (Red+Green+Blue) = 18+80+112=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #125070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125070 is #EDAF8F. Grayscale: #404040. Windows color (decimal): -15576976 or 7360530. OLE color: 7360530.

HSL color Cylindrical-coordinate representation of color #125070: hue angle of 200.43º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125070 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1880112-
CMYK0.840.2900.56
HSL200.43º72.31%25.49%-
HSV(B)200.43º83.93%43.92%-
XYZ6.047.0416.37-
YUV65.11154.4694.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=8.57%
G=38.10%
B=53.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18801120.840.2900.56200.4372.3125.49
Hex125070541D038c84819
Octal221201601243507031011031
Binary1001010100001110000101010011101011100011001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125070; }

 p { color: rgb(18,80,112); }

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

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

 a { background-color: rgb(18,80,112); }

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

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

 span { border-color: rgb(18,80,112); }

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