Html Css Color HEX #126569 Blue Stone

📋 copy color: '#126569'

red 18 ◦ green 101 ◦ blue 105

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

Shades of Blue Stone #126569

Tints of Blue Stone #126569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

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

R = 8.04%
G = 45.09%
B = 46.88%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126569 (or 0x126569) is known color: Blue Stone. HEX triplet: 12, 65 and 69. RGB value is (18,101,105). Sum of RGB (Red+Green+Blue) = 18+101+105=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #126569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126569 is #ED9A96. Grayscale: #4C4C4C. Windows color (decimal): -15571607 or 6907154. OLE color: 6907154.

HSL color Cylindrical-coordinate representation of color #126569: hue angle of 182.76º 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 #126569 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 101 105 -
CMYK 0.83 0.04 0 0.59
HSL 182.76º 0.71% 0.24% -
HSV(B) 182.76º 0.83% 0.41% -
XYZ 7.45 10.46 14.99 -
YUV 76.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 18 101 105 0.83 0.04 0 0.59 182.76 0.71 0.24
Hex 12 65 69 53 4 0 3B B7 47 18
Octal 22 145 151 123 4 0 73 267 107 30
Binary 10010 1100101 1101001 1010011 100 0 111011 10110111 1000111 11000

Color Harmonies of #126569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126569

Black with #126569

Text Example


Text Example

White with #126569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126569; }

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

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

background-color css

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

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

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

border-color css

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

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

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