Html Css Color HEX #126254 Blue Stone

📋 copy color: '#126254'

red 18 ◦ green 98 ◦ blue 84

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

Shades of Blue Stone #126254

Tints of Blue Stone #126254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49%

 BLUE value IS 84 (33.2% from 255) = 42%

R = 9%
G = 49%
B = 42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#126254 (or 0x126254) is known color: Blue Stone. HEX triplet: 12, 62 and 54. RGB value is (18,98,84). Sum of RGB (Red+Green+Blue) = 18+98+84=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #126254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126254 is #ED9DAB. Grayscale: #484848. Windows color (decimal): -15572396 or 5530130. OLE color: 5530130.

HSL color Cylindrical-coordinate representation of color #126254: hue angle of 169.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126254 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 84 -
CMYK 0.82 0 0.14 0.62
HSL 169.5º 0.69% 0.23% -
HSV(B) 169.5º 0.82% 0.38% -
XYZ 6.22 9.5 9.89 -
YUV 72.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 18 98 84 0.82 0 0.14 0.62 169.5 0.69 0.23
Hex 12 62 54 52 0 E 3E AA 45 17
Octal 22 142 124 122 0 16 76 252 105 27
Binary 10010 1100010 1010100 1010010 0 1110 111110 10101010 1000101 10111

Color Harmonies of #126254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126254

Black with #126254

Text Example


Text Example

White with #126254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126254; }

 p { color: rgb(18,98,84); }

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

background-color css

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

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

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

border-color css

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

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

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