Html Css Color HEX #126869 Blue Stone

📋 copy color: '#126869'

red 18 ◦ green 104 ◦ blue 105

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

Shades of Blue Stone #126869

Tints of Blue Stone #126869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.26%

R = 7.93%
G = 45.81%
B = 46.26%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126869 (or 0x126869) is known color: Blue Stone. HEX triplet: 12, 68 and 69. RGB value is (18,104,105). Sum of RGB (Red+Green+Blue) = 18+104+105=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #126869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126869 is #ED9796. Grayscale: #4E4E4E. Windows color (decimal): -15570839 or 6907922. OLE color: 6907922.

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

Color convert

RGB 18 104 105 -
CMYK 0.83 0.01 0 0.59
HSL 180.69º 0.71% 0.24% -
HSV(B) 180.69º 0.83% 0.41% -
XYZ 7.75 11.05 15.09 -
YUV 78.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 18 104 105 0.83 0.01 0 0.59 180.69 0.71 0.24
Hex 12 68 69 53 1 0 3B B5 47 18
Octal 22 150 151 123 1 0 73 265 107 30
Binary 10010 1101000 1101001 1010011 1 0 111011 10110101 1000111 11000

Color Harmonies of #126869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126869

Black with #126869

Text Example


Text Example

White with #126869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126869; }

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

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

background-color css

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

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

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

border-color css

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

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

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