Html Css Color HEX #126069 Blue Stone

📋 copy color: '#126069'

red 18 ◦ green 96 ◦ blue 105

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

Shades of Blue Stone #126069

Tints of Blue Stone #126069

RGB

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

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

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

R = 8.22%
G = 43.84%
B = 47.95%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126069 (or 0x126069) is known color: Blue Stone. HEX triplet: 12, 60 and 69. RGB value is (18,96,105). Sum of RGB (Red+Green+Blue) = 18+96+105=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #126069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126069 is #ED9F96. Grayscale: #494949. Windows color (decimal): -15572887 or 6905874. OLE color: 6905874.

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

Color convert

RGB 18 96 105 -
CMYK 0.83 0.09 0 0.59
HSL 186.21º 0.71% 0.24% -
HSV(B) 186.21º 0.83% 0.41% -
XYZ 6.98 9.51 14.83 -
YUV 73.7 145.66 88.27 -
System Red Green Blue C M Y K H S L
Decimal 18 96 105 0.83 0.09 0 0.59 186.21 0.71 0.24
Hex 12 60 69 53 9 0 3B BA 47 18
Octal 22 140 151 123 11 0 73 272 107 30
Binary 10010 1100000 1101001 1010011 1001 0 111011 10111010 1000111 11000

Color Harmonies of #126069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126069

Black with #126069

Text Example


Text Example

White with #126069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126069; }

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

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

background-color css

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

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

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

border-color css

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

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

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