Html Css Color HEX #126265 Blue Stone

📋 copy color: '#126265'

red 18 ◦ green 98 ◦ blue 101

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

Shades of Blue Stone #126265

Tints of Blue Stone #126265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.54%

R = 8.29%
G = 45.16%
B = 46.54%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#126265 (or 0x126265) is known color: Blue Stone. HEX triplet: 12, 62 and 65. RGB value is (18,98,101). Sum of RGB (Red+Green+Blue) = 18+98+101=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #126265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126265 is #ED9D9A. Grayscale: #4A4A4A. Windows color (decimal): -15572379 or 6644242. OLE color: 6644242.

HSL color Cylindrical-coordinate representation of color #126265: hue angle of 182.17º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126265 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 98 101 -
CMYK 0.82 0.03 0 0.60
HSL 182.17º 0.7% 0.23% -
HSV(B) 182.17º 0.82% 0.4% -
XYZ 6.97 9.8 13.84 -
YUV 74.42 143 87.76 -
System Red Green Blue C M Y K H S L
Decimal 18 98 101 0.82 0.03 0 0.60 182.17 0.7 0.23
Hex 12 62 65 52 3 0 3C B6 46 17
Octal 22 142 145 122 3 0 74 266 106 27
Binary 10010 1100010 1100101 1010010 11 0 111100 10110110 1000110 10111

Color Harmonies of #126265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126265

Black with #126265

Text Example


Text Example

White with #126265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126265; }

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

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

background-color css

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

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

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

border-color css

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

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

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