#125771

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

Shades of Orient #125771

Tints of Orient #125771

Color information

#125771 (or 0x125771) is unknown color: approx Orient. HEX triplet: 12, 57 and 71. RGB value is (18,87,113). Sum of RGB (Red+Green+Blue) = 18+87+113=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #125771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125771 is #EDA88E. Grayscale: #454545. Windows color (decimal): -15575183 or 7427858. OLE color: 7427858.

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

Color convert

RGB1887113-
CMYK0.840.2300.56
HSL196.42º72.52%25.69%-
HSV(B)196.42º84.07%44.31%-
XYZ6.648.1416.84-
YUV69.33152.6491.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=8.26%
G=39.91%
B=51.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18871130.840.2300.56196.4272.5225.69
Hex1257715417038c4491a
Octal221271611242707030411132
Binary1001010101111110001101010010111011100011000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125771; }

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

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

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

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

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

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

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

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