Html Css Color HEX #126868 Blue Stone

📋 copy color: '#126868'

red 18 ◦ green 104 ◦ blue 104

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

Shades of Blue Stone #126868

Tints of Blue Stone #126868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.02%

R = 7.96%
G = 46.02%
B = 46.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126868 (or 0x126868) is known color: Blue Stone. HEX triplet: 12, 68 and 68. RGB value is (18,104,104). Sum of RGB (Red+Green+Blue) = 18+104+104=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #126868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126868 is #ED9797. Grayscale: #4E4E4E. Windows color (decimal): -15570840 or 6842386. OLE color: 6842386.

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

Color convert

RGB 18 104 104 -
CMYK 0.83 0 0 0.59
HSL 180º 0.7% 0.24% -
HSV(B) 180º 0.83% 0.41% -
XYZ 7.7 11.03 14.82 -
YUV 78.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 18 104 104 0.83 0 0 0.59 180 0.7 0.24
Hex 12 68 68 53 0 0 3B B4 46 18
Octal 22 150 150 123 0 0 73 264 106 30
Binary 10010 1101000 1101000 1010011 0 0 111011 10110100 1000110 11000

Color Harmonies of #126868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126868

Black with #126868

Text Example


Text Example

White with #126868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126868; }

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

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

background-color css

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

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

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

border-color css

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

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

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