Html Css Color HEX #126269 Blue Stone

📋 copy color: '#126269'

red 18 ◦ green 98 ◦ blue 105

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

Shades of Blue Stone #126269

Tints of Blue Stone #126269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 8.14%
G = 44.34%
B = 47.51%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126269 (or 0x126269) is known color: Blue Stone. HEX triplet: 12, 62 and 69. RGB value is (18,98,105). Sum of RGB (Red+Green+Blue) = 18+98+105=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #126269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126269 is #ED9D96. Grayscale: #4A4A4A. Windows color (decimal): -15572375 or 6906386. OLE color: 6906386.

HSL color Cylindrical-coordinate representation of color #126269: hue angle of 184.83º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126269 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 98 105 -
CMYK 0.83 0.07 0 0.59
HSL 184.83º 0.71% 0.24% -
HSV(B) 184.83º 0.83% 0.41% -
XYZ 7.17 9.88 14.89 -
YUV 74.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 18 98 105 0.83 0.07 0 0.59 184.83 0.71 0.24
Hex 12 62 69 53 7 0 3B B9 47 18
Octal 22 142 151 123 7 0 73 271 107 30
Binary 10010 1100010 1101001 1010011 111 0 111011 10111001 1000111 11000

Color Harmonies of #126269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126269

Black with #126269

Text Example


Text Example

White with #126269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126269; }

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

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

background-color css

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

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

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

border-color css

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

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

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