Html Css Color HEX #126369 Blue Stone

📋 copy color: '#126369'

red 18 ◦ green 99 ◦ blue 105

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

Shades of Blue Stone #126369

Tints of Blue Stone #126369

RGB

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

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

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

R = 8.11%
G = 44.59%
B = 47.3%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126369 (or 0x126369) is known color: Blue Stone. HEX triplet: 12, 63 and 69. RGB value is (18,99,105). Sum of RGB (Red+Green+Blue) = 18+99+105=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #126369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126369 is #ED9C96. Grayscale: #4B4B4B. Windows color (decimal): -15572119 or 6906642. OLE color: 6906642.

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

Color convert

RGB 18 99 105 -
CMYK 0.83 0.06 0 0.59
HSL 184.14º 0.71% 0.24% -
HSV(B) 184.14º 0.83% 0.41% -
XYZ 7.26 10.07 14.93 -
YUV 75.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 18 99 105 0.83 0.06 0 0.59 184.14 0.71 0.24
Hex 12 63 69 53 6 0 3B B8 47 18
Octal 22 143 151 123 6 0 73 270 107 30
Binary 10010 1100011 1101001 1010011 110 0 111011 10111000 1000111 11000

Color Harmonies of #126369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126369

Black with #126369

Text Example


Text Example

White with #126369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126369; }

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

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

background-color css

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

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

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

border-color css

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

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

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