Html Css Color HEX #126862 Blue Stone

📋 copy color: '#126862'

red 18 ◦ green 104 ◦ blue 98

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

Shades of Blue Stone #126862

Tints of Blue Stone #126862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 8.18%
G = 47.27%
B = 44.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#126862 (or 0x126862) is known color: Blue Stone. HEX triplet: 12, 68 and 62. RGB value is (18,104,98). Sum of RGB (Red+Green+Blue) = 18+104+98=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #126862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126862 is #ED979D. Grayscale: #4D4D4D. Windows color (decimal): -15570846 or 6449170. OLE color: 6449170.

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

Color convert

RGB 18 104 98 -
CMYK 0.83 0 0.06 0.59
HSL 175.81º 0.7% 0.24% -
HSV(B) 175.81º 0.83% 0.41% -
XYZ 7.4 10.91 13.27 -
YUV 77.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 18 104 98 0.83 0 0.06 0.59 175.81 0.7 0.24
Hex 12 68 62 53 0 6 3B B0 46 18
Octal 22 150 142 123 0 6 73 260 106 30
Binary 10010 1101000 1100010 1010011 0 110 111011 10110000 1000110 11000

Color Harmonies of #126862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126862

Black with #126862

Text Example


Text Example

White with #126862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126862; }

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

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

background-color css

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

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

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

border-color css

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

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

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