#127066

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

Shades of Blue Stone #127066

Tints of Blue Stone #127066

Color information

#127066 (or 0x127066) is unknown color: approx Blue Stone. HEX triplet: 12, 70 and 66. RGB value is (18,112,102). Sum of RGB (Red+Green+Blue) = 18+112+102=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #127066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127066 is #ED8F99. Grayscale: #525252. Windows color (decimal): -15568794 or 6713362. OLE color: 6713362.

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

Color convert

RGB18112102-
CMYK0.8400.090.56
HSL173.62º72.31%25.49%-
HSV(B)173.62º83.93%43.92%-
XYZ8.4412.6814.57-
YUV82.75138.8681.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=7.76%
G=48.28%
B=43.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181121020.8400.090.56173.6272.3125.49
Hex127066540938ae4819
Octal221601461240117025611031
Binary100101110000110011010101000100111100010101110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127066; }

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

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

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

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

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

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

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

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