Html Css Color HEX #126359 Blue Stone

📋 copy color: '#126359'

red 18 ◦ green 99 ◦ blue 89

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

Shades of Blue Stone #126359

Tints of Blue Stone #126359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 8.74%
G = 48.06%
B = 43.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#126359 (or 0x126359) is known color: Blue Stone. HEX triplet: 12, 63 and 59. RGB value is (18,99,89). Sum of RGB (Red+Green+Blue) = 18+99+89=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #126359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126359 is #ED9CA6. Grayscale: #494949. Windows color (decimal): -15572135 or 5858066. OLE color: 5858066.

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

Color convert

RGB 18 99 89 -
CMYK 0.82 0 0.10 0.61
HSL 172.59º 0.69% 0.23% -
HSV(B) 172.59º 0.82% 0.39% -
XYZ 6.51 9.77 10.99 -
YUV 73.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 18 99 89 0.82 0 0.10 0.61 172.59 0.69 0.23
Hex 12 63 59 52 0 A 3D AD 45 17
Octal 22 143 131 122 0 12 75 255 105 27
Binary 10010 1100011 1011001 1010010 0 1010 111101 10101101 1000101 10111

Color Harmonies of #126359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126359

Black with #126359

Text Example


Text Example

White with #126359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126359; }

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

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

background-color css

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

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

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

border-color css

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

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

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