Html Css Color HEX #126255 Blue Stone

📋 copy color: '#126255'

red 18 ◦ green 98 ◦ blue 85

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

Shades of Blue Stone #126255

Tints of Blue Stone #126255

RGB

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

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

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

R = 8.96%
G = 48.76%
B = 42.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#126255 (or 0x126255) is known color: Blue Stone. HEX triplet: 12, 62 and 55. RGB value is (18,98,85). Sum of RGB (Red+Green+Blue) = 18+98+85=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #126255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126255 is #ED9DAA. Grayscale: #484848. Windows color (decimal): -15572395 or 5595666. OLE color: 5595666.

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

Color convert

RGB 18 98 85 -
CMYK 0.82 0 0.13 0.62
HSL 170.25º 0.69% 0.23% -
HSV(B) 170.25º 0.82% 0.38% -
XYZ 6.26 9.52 10.1 -
YUV 72.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 18 98 85 0.82 0 0.13 0.62 170.25 0.69 0.23
Hex 12 62 55 52 0 D 3E AA 45 17
Octal 22 142 125 122 0 15 76 252 105 27
Binary 10010 1100010 1010101 1010010 0 1101 111110 10101010 1000101 10111

Color Harmonies of #126255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126255

Black with #126255

Text Example


Text Example

White with #126255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126255; }

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

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

background-color css

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

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

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

border-color css

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

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

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