#125571

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

Shades of Orient #125571

Tints of Orient #125571

Color information

#125571 (or 0x125571) is unknown color: approx Orient. HEX triplet: 12, 55 and 71. RGB value is (18,85,113). Sum of RGB (Red+Green+Blue) = 18+85+113=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #125571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125571 is #EDAA8E. Grayscale: #434343. Windows color (decimal): -15575695 or 7427346. OLE color: 7427346.

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

Color convert

RGB1885113-
CMYK0.840.2500.56
HSL197.68º72.52%25.69%-
HSV(B)197.68º84.07%44.31%-
XYZ6.487.8216.79-
YUV68.16153.392.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=8.33%
G=39.35%
B=52.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18851130.840.2500.56197.6872.5225.69
Hex1255715419038c6491a
Octal221251611243107030611132
Binary1001010101011110001101010011001011100011000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125571; }

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

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

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

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

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

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

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

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