Html Css Color HEX #127071 Blue Stone

📋 copy color: '#127071'

red 18 ◦ green 112 ◦ blue 113

#127071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #127071

Tints of Blue Stone #127071

RGB

 RED value IS 18 (7.42% from 255) = 7.41%

 GREEN value IS 112 (44.14% from 255) = 46.09%

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 7.41%
G = 46.09%
B = 46.5%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#127071 (or 0x127071) is known color: Blue Stone. HEX triplet: 12, 70 and 71. RGB value is (18,112,113). Sum of RGB (Red+Green+Blue) = 18+112+113=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #127071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127071 is #ED8F8E. Grayscale: #535353. Windows color (decimal): -15568783 or 7434258. OLE color: 7434258.

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

Color convert

RGB 18 112 113 -
CMYK 0.84 0.01 0 0.56
HSL 180.63º 0.73% 0.26% -
HSV(B) 180.63º 0.84% 0.44% -
XYZ 9.02 12.91 17.64 -
YUV 84.01 144.36 80.92 -
System Red Green Blue C M Y K H S L
Decimal 18 112 113 0.84 0.01 0 0.56 180.63 0.73 0.26
Hex 12 70 71 54 1 0 38 B5 49 1A
Octal 22 160 161 124 1 0 70 265 111 32
Binary 10010 1110000 1110001 1010100 1 0 111000 10110101 1001001 11010

Color Harmonies of #127071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127071

Black with #127071

Text Example


Text Example

White with #127071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127071; }

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

 H1.HeaderClassName
 {
   color: #127071;
 }
 .AnyTagClassName
 {
   color: #127071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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