Html Css Color HEX #126663 Blue Stone

📋 copy color: '#126663'

red 18 ◦ green 102 ◦ blue 99

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

Shades of Blue Stone #126663

Tints of Blue Stone #126663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.58%

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 8.22%
G = 46.58%
B = 45.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#126663 (or 0x126663) is known color: Blue Stone. HEX triplet: 12, 66 and 63. RGB value is (18,102,99). Sum of RGB (Red+Green+Blue) = 18+102+99=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #126663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126663 is #ED999C. Grayscale: #4C4C4C. Windows color (decimal): -15571357 or 6514194. OLE color: 6514194.

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

Color convert

RGB 18 102 99 -
CMYK 0.82 0 0.03 0.6
HSL 177.86º 0.7% 0.24% -
HSV(B) 177.86º 0.82% 0.4% -
XYZ 7.25 10.53 13.46 -
YUV 76.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 18 102 99 0.82 0 0.03 0.6 177.86 0.7 0.24
Hex 12 66 63 52 0 3 3C B2 46 18
Octal 22 146 143 122 0 3 74 262 106 30
Binary 10010 1100110 1100011 1010010 0 11 111100 10110010 1000110 11000

Color Harmonies of #126663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126663

Black with #126663

Text Example


Text Example

White with #126663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126663; }

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

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

background-color css

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

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

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

border-color css

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

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

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