Html Css Color HEX #126568 Blue Stone

📋 copy color: '#126568'

red 18 ◦ green 101 ◦ blue 104

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

Shades of Blue Stone #126568

Tints of Blue Stone #126568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 8.07%
G = 45.29%
B = 46.64%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126568 (or 0x126568) is known color: Blue Stone. HEX triplet: 12, 65 and 68. RGB value is (18,101,104). Sum of RGB (Red+Green+Blue) = 18+101+104=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #126568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126568 is #ED9A97. Grayscale: #4C4C4C. Windows color (decimal): -15571608 or 6841618. OLE color: 6841618.

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

Color convert

RGB 18 101 104 -
CMYK 0.83 0.03 0 0.59
HSL 182.09º 0.7% 0.24% -
HSV(B) 182.09º 0.83% 0.41% -
XYZ 7.4 10.44 14.72 -
YUV 76.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 18 101 104 0.83 0.03 0 0.59 182.09 0.7 0.24
Hex 12 65 68 53 3 0 3B B6 46 18
Octal 22 145 150 123 3 0 73 266 106 30
Binary 10010 1100101 1101000 1010011 11 0 111011 10110110 1000110 11000

Color Harmonies of #126568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126568

Black with #126568

Text Example


Text Example

White with #126568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126568; }

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

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

background-color css

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

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

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

border-color css

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

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

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