#127069

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

Shades of Blue Stone #127069

Tints of Blue Stone #127069

Color information

#127069 (or 0x127069) is unknown color: approx Blue Stone. HEX triplet: 12, 70 and 69. RGB value is (18,112,105). Sum of RGB (Red+Green+Blue) = 18+112+105=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #127069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127069 is #ED8F96. Grayscale: #535353. Windows color (decimal): -15568791 or 6909970. OLE color: 6909970.

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

Color convert

RGB18112105-
CMYK0.8400.060.56
HSL175.53º72.31%25.49%-
HSV(B)175.53º83.93%43.92%-
XYZ8.5912.7415.37-
YUV83.1140.3681.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=7.66%
G=47.66%
B=44.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal181121050.8400.060.56175.5372.3125.49
Hex127069540638b04819
Octal22160151124067026011031
Binary10010111000011010011010100011011100010110000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127069; }

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

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

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

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

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

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

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

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