Html Css Color HEX #126354 Blue Stone

📋 copy color: '#126354'

red 18 ◦ green 99 ◦ blue 84

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

Shades of Blue Stone #126354

Tints of Blue Stone #126354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.25%

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

R = 8.96%
G = 49.25%
B = 41.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#126354 (or 0x126354) is known color: Blue Stone. HEX triplet: 12, 63 and 54. RGB value is (18,99,84). Sum of RGB (Red+Green+Blue) = 18+99+84=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #126354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126354 is #ED9CAB. Grayscale: #494949. Windows color (decimal): -15572140 or 5530386. OLE color: 5530386.

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

Color convert

RGB 18 99 84 -
CMYK 0.82 0 0.15 0.61
HSL 168.89º 0.69% 0.23% -
HSV(B) 168.89º 0.82% 0.39% -
XYZ 6.31 9.69 9.93 -
YUV 73.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 18 99 84 0.82 0 0.15 0.61 168.89 0.69 0.23
Hex 12 63 54 52 0 F 3D A9 45 17
Octal 22 143 124 122 0 17 75 251 105 27
Binary 10010 1100011 1010100 1010010 0 1111 111101 10101001 1000101 10111

Color Harmonies of #126354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126354

Black with #126354

Text Example


Text Example

White with #126354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126354; }

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

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

background-color css

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

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

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

border-color css

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

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

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