#127062

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

Shades of Blue Stone #127062

Tints of Blue Stone #127062

Color information

#127062 (or 0x127062) is unknown color: approx Blue Stone. HEX triplet: 12, 70 and 62. RGB value is (18,112,98). Sum of RGB (Red+Green+Blue) = 18+112+98=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #127062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127062 is #ED8F9D. Grayscale: #525252. Windows color (decimal): -15568798 or 6451218. OLE color: 6451218.

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

Color convert

RGB1811298-
CMYK0.8400.130.56
HSL171.06º72.31%25.49%-
HSV(B)171.06º83.93%43.92%-
XYZ8.2512.613.55-
YUV82.3136.8682.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=7.89%
G=49.12%
B=42.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112980.8400.130.56171.0672.3125.49
Hex127062540D38ab4819
Octal221601421240157025311031
Binary100101110000110001010101000110111100010101011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127062; }

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

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

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

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

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

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

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

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