Html Css Color HEX #126366 Blue Stone

📋 copy color: '#126366'

red 18 ◦ green 99 ◦ blue 102

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

Shades of Blue Stone #126366

Tints of Blue Stone #126366

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

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

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

Color convert

RGB 18 99 102 -
CMYK 0.82 0.03 0 0.6
HSL 182.14º 0.7% 0.24% -
HSV(B) 182.14º 0.82% 0.4% -
XYZ 7.11 10.01 14.13 -
YUV 75.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 18 99 102 0.82 0.03 0 0.6 182.14 0.7 0.24
Hex 12 63 66 52 3 0 3C B6 46 18
Octal 22 143 146 122 3 0 74 266 106 30
Binary 10010 1100011 1100110 1010010 11 0 111100 10110110 1000110 11000

Color Harmonies of #126366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126366

Black with #126366

Text Example


Text Example

White with #126366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126366; }

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

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

background-color css

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

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

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

border-color css

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

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

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