#125471

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

Shades of Orient #125471

Tints of Orient #125471

Color information

#125471 (or 0x125471) is unknown color: approx Orient. HEX triplet: 12, 54 and 71. RGB value is (18,84,113). Sum of RGB (Red+Green+Blue) = 18+84+113=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #125471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125471 is #EDAB8E. Grayscale: #434343. Windows color (decimal): -15575951 or 7427090. OLE color: 7427090.

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

Color convert

RGB1884113-
CMYK0.840.2600.56
HSL198.32º72.52%25.69%-
HSV(B)198.32º84.07%44.31%-
XYZ6.47.6616.76-
YUV67.57153.6392.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 113 (44.53% from 255) = 52.56%
R=8.37%
G=39.07%
B=52.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18841130.840.2600.56198.3272.5225.69
Hex125471541A038c6491a
Octal221241611243207030611132
Binary1001010101001110001101010011010011100011000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125471; }

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

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

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

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

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

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

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

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