#125970

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

Shades of Orient #125970

Tints of Orient #125970

Color information

#125970 (or 0x125970) is unknown color: approx Orient. HEX triplet: 12, 59 and 70. RGB value is (18,89,112). Sum of RGB (Red+Green+Blue) = 18+89+112=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #125970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125970 is #EDA68F. Grayscale: #464646. Windows color (decimal): -15574672 or 7362834. OLE color: 7362834.

HSL color Cylindrical-coordinate representation of color #125970: hue angle of 194.68º 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 #125970 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1889112-
CMYK0.840.2100.56
HSL194.68º72.31%25.49%-
HSV(B)194.68º83.93%43.92%-
XYZ6.758.4416.6-
YUV70.39151.4890.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=8.22%
G=40.64%
B=51.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18891120.840.2100.56194.6872.3125.49
Hex1259705415038c34819
Octal221311601242507030311031
Binary1001010110011110000101010010101011100011000011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125970; }

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

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

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

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

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

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

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

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