Html Css Color HEX #126057 Blue Stone

📋 copy color: '#126057'

red 18 ◦ green 96 ◦ blue 87

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

Shades of Blue Stone #126057

Tints of Blue Stone #126057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.28%

R = 8.96%
G = 47.76%
B = 43.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#126057 (or 0x126057) is known color: Blue Stone. HEX triplet: 12, 60 and 57. RGB value is (18,96,87). Sum of RGB (Red+Green+Blue) = 18+96+87=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #126057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126057 is #ED9FA8. Grayscale: #474747. Windows color (decimal): -15572905 or 5726226. OLE color: 5726226.

HSL color Cylindrical-coordinate representation of color #126057: hue angle of 173.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126057 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 87 -
CMYK 0.81 0 0.09 0.62
HSL 173.08º 0.68% 0.22% -
HSV(B) 173.08º 0.81% 0.38% -
XYZ 6.15 9.18 10.46 -
YUV 71.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 18 96 87 0.81 0 0.09 0.62 173.08 0.68 0.22
Hex 12 60 57 51 0 9 3E AD 44 16
Octal 22 140 127 121 0 11 76 255 104 26
Binary 10010 1100000 1010111 1010001 0 1001 111110 10101101 1000100 10110

Color Harmonies of #126057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126057

Black with #126057

Text Example


Text Example

White with #126057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126057; }

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

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

background-color css

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

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

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

border-color css

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

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

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