Html Css Color HEX #126861 Blue Stone

📋 copy color: '#126861'

red 18 ◦ green 104 ◦ blue 97

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

Shades of Blue Stone #126861

Tints of Blue Stone #126861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 8.22%
G = 47.49%
B = 44.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#126861 (or 0x126861) is known color: Blue Stone. HEX triplet: 12, 68 and 61. RGB value is (18,104,97). Sum of RGB (Red+Green+Blue) = 18+104+97=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #126861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126861 is #ED979E. Grayscale: #4D4D4D. Windows color (decimal): -15570847 or 6383634. OLE color: 6383634.

HSL color Cylindrical-coordinate representation of color #126861: hue angle of 175.12º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126861 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 97 -
CMYK 0.83 0 0.07 0.59
HSL 175.12º 0.7% 0.24% -
HSV(B) 175.12º 0.83% 0.41% -
XYZ 7.36 10.89 13.02 -
YUV 77.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 18 104 97 0.83 0 0.07 0.59 175.12 0.7 0.24
Hex 12 68 61 53 0 7 3B AF 46 18
Octal 22 150 141 123 0 7 73 257 106 30
Binary 10010 1101000 1100001 1010011 0 111 111011 10101111 1000110 11000

Color Harmonies of #126861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126861

Black with #126861

Text Example


Text Example

White with #126861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126861; }

 p { color: rgb(18,104,97); }

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

background-color css

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

 a { background-color: rgb(18,104,97); }

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

border-color css

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

 span { border-color: rgb(18,104,97); }

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