Html Css Color HEX #126468 Blue Stone

📋 copy color: '#126468'

red 18 ◦ green 100 ◦ blue 104

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

Shades of Blue Stone #126468

Tints of Blue Stone #126468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.05%

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

R = 8.11%
G = 45.05%
B = 46.85%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126468 (or 0x126468) is known color: Blue Stone. HEX triplet: 12, 64 and 68. RGB value is (18,100,104). Sum of RGB (Red+Green+Blue) = 18+100+104=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #126468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126468 is #ED9B97. Grayscale: #4B4B4B. Windows color (decimal): -15571864 or 6841362. OLE color: 6841362.

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

Color convert

RGB 18 100 104 -
CMYK 0.83 0.04 0 0.59
HSL 182.79º 0.7% 0.24% -
HSV(B) 182.79º 0.83% 0.41% -
XYZ 7.31 10.24 14.69 -
YUV 75.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 18 100 104 0.83 0.04 0 0.59 182.79 0.7 0.24
Hex 12 64 68 53 4 0 3B B7 46 18
Octal 22 144 150 123 4 0 73 267 106 30
Binary 10010 1100100 1101000 1010011 100 0 111011 10110111 1000110 11000

Color Harmonies of #126468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126468

Black with #126468

Text Example


Text Example

White with #126468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126468; }

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

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

background-color css

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

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

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

border-color css

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

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

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