#127165

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

Shades of Blue Stone #127165

Tints of Blue Stone #127165

Color information

#127165 (or 0x127165) is unknown color: approx Blue Stone. HEX triplet: 12, 71 and 65. RGB value is (18,113,101). Sum of RGB (Red+Green+Blue) = 18+113+101=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #127165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127165 is #ED8E9A. Grayscale: #535353. Windows color (decimal): -15568539 or 6648082. OLE color: 6648082.

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

Color convert

RGB18113101-
CMYK0.8400.110.56
HSL172.42º72.52%25.69%-
HSV(B)172.42º84.07%44.31%-
XYZ8.512.8814.35-
YUV83.23138.0381.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=7.76%
G=48.71%
B=43.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181131010.8400.110.56172.4272.5225.69
Hex127165540B38ac491a
Octal221611451240137025411132
Binary100101110001110010110101000101111100010101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127165; }

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

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

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

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

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

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

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

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