Html Css Color HEX #126866 Blue Stone

📋 copy color: '#126866'

red 18 ◦ green 104 ◦ blue 102

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

Shades of Blue Stone #126866

Tints of Blue Stone #126866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 8.04%
G = 46.43%
B = 45.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#126866 (or 0x126866) is known color: Blue Stone. HEX triplet: 12, 68 and 66. RGB value is (18,104,102). Sum of RGB (Red+Green+Blue) = 18+104+102=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #126866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126866 is #ED9799. Grayscale: #4D4D4D. Windows color (decimal): -15570842 or 6711314. OLE color: 6711314.

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

Color convert

RGB 18 104 102 -
CMYK 0.83 0 0.02 0.59
HSL 178.6º 0.7% 0.24% -
HSV(B) 178.6º 0.83% 0.41% -
XYZ 7.6 10.99 14.29 -
YUV 78.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 18 104 102 0.83 0 0.02 0.59 178.6 0.7 0.24
Hex 12 68 66 53 0 2 3B B3 46 18
Octal 22 150 146 123 0 2 73 263 106 30
Binary 10010 1101000 1100110 1010011 0 10 111011 10110011 1000110 11000

Color Harmonies of #126866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126866

Black with #126866

Text Example


Text Example

White with #126866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126866; }

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

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

background-color css

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

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

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

border-color css

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

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

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