Html Css Color HEX #127069 Blue Stone

📋 copy color: '#127069'

red 18 ◦ green 112 ◦ blue 105

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

Shades of Blue Stone #127069

Tints of Blue Stone #127069

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 value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#127069 (or 0x127069) is known color: 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

RGB 18 112 105 -
CMYK 0.84 0 0.06 0.56
HSL 175.53º 0.72% 0.25% -
HSV(B) 175.53º 0.84% 0.44% -
XYZ 8.59 12.74 15.37 -
YUV 83.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 18 112 105 0.84 0 0.06 0.56 175.53 0.72 0.25
Hex 12 70 69 54 0 6 38 B0 48 19
Octal 22 160 151 124 0 6 70 260 110 31
Binary 10010 1110000 1101001 1010100 0 110 111000 10110000 1001000 11001

Color Harmonies of #127069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127069

Black with #127069

Text Example


Text Example

White with #127069

Text Example


Text Example

HTML Codes & Css Web 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>