Html Css Color HEX #126068 Blue Stone

📋 copy color: '#126068'

red 18 ◦ green 96 ◦ blue 104

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

Shades of Blue Stone #126068

Tints of Blue Stone #126068

RGB

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

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

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

R = 8.26%
G = 44.04%
B = 47.71%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#126068 (or 0x126068) is known color: Blue Stone. HEX triplet: 12, 60 and 68. RGB value is (18,96,104). Sum of RGB (Red+Green+Blue) = 18+96+104=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #126068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126068 is #ED9F97. Grayscale: #494949. Windows color (decimal): -15572888 or 6840338. OLE color: 6840338.

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

Color convert

RGB 18 96 104 -
CMYK 0.83 0.08 0 0.59
HSL 185.58º 0.7% 0.24% -
HSV(B) 185.58º 0.83% 0.41% -
XYZ 6.93 9.49 14.56 -
YUV 73.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 18 96 104 0.83 0.08 0 0.59 185.58 0.7 0.24
Hex 12 60 68 53 8 0 3B BA 46 18
Octal 22 140 150 123 10 0 73 272 106 30
Binary 10010 1100000 1101000 1010011 1000 0 111011 10111010 1000110 11000

Color Harmonies of #126068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126068

Black with #126068

Text Example


Text Example

White with #126068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126068; }

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

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

background-color css

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

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

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

border-color css

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

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

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