#125470

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

Shades of Orient #125470

Tints of Orient #125470

Color information

#125470 (or 0x125470) is unknown color: approx Orient. HEX triplet: 12, 54 and 70. RGB value is (18,84,112). Sum of RGB (Red+Green+Blue) = 18+84+112=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #125470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125470 is #EDAB8F. Grayscale: #434343. Windows color (decimal): -15575952 or 7361554. OLE color: 7361554.

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

Color convert

RGB1884112-
CMYK0.840.2500.56
HSL197.87º72.31%25.49%-
HSV(B)197.87º83.93%43.92%-
XYZ6.347.6416.47-
YUV67.46153.1392.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=8.41%
G=39.25%
B=52.34%

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
Decimal18841120.840.2500.56197.8772.3125.49
Hex1254705419038c64819
Octal221241601243107030611031
Binary1001010101001110000101010011001011100011000110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125470; }

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

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

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

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

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

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

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

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