Html Css Color HEX #126063 Blue Stone

📋 copy color: '#126063'

red 18 ◦ green 96 ◦ blue 99

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

Shades of Blue Stone #126063

Tints of Blue Stone #126063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 8.45%
G = 45.07%
B = 46.48%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#126063 (or 0x126063) is known color: Blue Stone. HEX triplet: 12, 60 and 63. RGB value is (18,96,99). Sum of RGB (Red+Green+Blue) = 18+96+99=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #126063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126063 is #ED9F9C. Grayscale: #484848. Windows color (decimal): -15572893 or 6512658. OLE color: 6512658.

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

Color convert

RGB 18 96 99 -
CMYK 0.82 0.03 0 0.61
HSL 182.22º 0.69% 0.23% -
HSV(B) 182.22º 0.82% 0.39% -
XYZ 6.68 9.4 13.27 -
YUV 73.02 142.66 88.76 -
System Red Green Blue C M Y K H S L
Decimal 18 96 99 0.82 0.03 0 0.61 182.22 0.69 0.23
Hex 12 60 63 52 3 0 3D B6 45 17
Octal 22 140 143 122 3 0 75 266 105 27
Binary 10010 1100000 1100011 1010010 11 0 111101 10110110 1000101 10111

Color Harmonies of #126063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126063

Black with #126063

Text Example


Text Example

White with #126063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126063; }

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

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

background-color css

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

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

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

border-color css

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

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

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