Html Css Color HEX #126867 Blue Stone

📋 copy color: '#126867'

red 18 ◦ green 104 ◦ blue 103

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

Shades of Blue Stone #126867

Tints of Blue Stone #126867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 8%
G = 46.22%
B = 45.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#126867 (or 0x126867) is known color: Blue Stone. HEX triplet: 12, 68 and 67. RGB value is (18,104,103). Sum of RGB (Red+Green+Blue) = 18+104+103=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #126867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126867 is #ED9798. Grayscale: #4E4E4E. Windows color (decimal): -15570841 or 6776850. OLE color: 6776850.

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

Color convert

RGB 18 104 103 -
CMYK 0.83 0 0.01 0.59
HSL 179.3º 0.7% 0.24% -
HSV(B) 179.3º 0.83% 0.41% -
XYZ 7.65 11.01 14.55 -
YUV 78.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 18 104 103 0.83 0 0.01 0.59 179.3 0.7 0.24
Hex 12 68 67 53 0 1 3B B3 46 18
Octal 22 150 147 123 0 1 73 263 106 30
Binary 10010 1101000 1100111 1010011 0 1 111011 10110011 1000110 11000

Color Harmonies of #126867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126867

Black with #126867

Text Example


Text Example

White with #126867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126867; }

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

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

background-color css

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

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

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

border-color css

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

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

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