Html Css Color HEX #127063 Blue Stone

📋 copy color: '#127063'

red 18 ◦ green 112 ◦ blue 99

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

Shades of Blue Stone #127063

Tints of Blue Stone #127063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 7.86%
G = 48.91%
B = 43.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#127063 (or 0x127063) is known color: Blue Stone. HEX triplet: 12, 70 and 63. RGB value is (18,112,99). Sum of RGB (Red+Green+Blue) = 18+112+99=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #127063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127063 is #ED8F9C. Grayscale: #525252. Windows color (decimal): -15568797 or 6516754. OLE color: 6516754.

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

Color convert

RGB 18 112 99 -
CMYK 0.84 0 0.12 0.56
HSL 171.7º 0.72% 0.25% -
HSV(B) 171.7º 0.84% 0.44% -
XYZ 8.3 12.62 13.8 -
YUV 82.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 18 112 99 0.84 0 0.12 0.56 171.7 0.72 0.25
Hex 12 70 63 54 0 C 38 AC 48 19
Octal 22 160 143 124 0 14 70 254 110 31
Binary 10010 1110000 1100011 1010100 0 1100 111000 10101100 1001000 11001

Color Harmonies of #127063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127063

Black with #127063

Text Example


Text Example

White with #127063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127063; }

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

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

background-color css

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

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

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

border-color css

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

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

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