Html Css Color HEX #126355 Blue Stone

📋 copy color: '#126355'

red 18 ◦ green 99 ◦ blue 85

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

Shades of Blue Stone #126355

Tints of Blue Stone #126355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 8.91%
G = 49.01%
B = 42.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#126355 (or 0x126355) is known color: Blue Stone. HEX triplet: 12, 63 and 55. RGB value is (18,99,85). Sum of RGB (Red+Green+Blue) = 18+99+85=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #126355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126355 is #ED9CAA. Grayscale: #494949. Windows color (decimal): -15572139 or 5595922. OLE color: 5595922.

HSL color Cylindrical-coordinate representation of color #126355: hue angle of 169.63º 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 #126355 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 85 -
CMYK 0.82 0 0.14 0.61
HSL 169.63º 0.69% 0.23% -
HSV(B) 169.63º 0.82% 0.39% -
XYZ 6.35 9.71 10.13 -
YUV 73.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 18 99 85 0.82 0 0.14 0.61 169.63 0.69 0.23
Hex 12 63 55 52 0 E 3D AA 45 17
Octal 22 143 125 122 0 16 75 252 105 27
Binary 10010 1100011 1010101 1010010 0 1110 111101 10101010 1000101 10111

Color Harmonies of #126355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126355

Black with #126355

Text Example


Text Example

White with #126355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126355; }

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

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

background-color css

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

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

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

border-color css

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

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

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