Html Css Color HEX #1C6059 Blue Stone

📋 copy color: '#1C6059'

red 28 ◦ green 96 ◦ blue 89

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

Shades of Blue Stone #1C6059

Tints of Blue Stone #1C6059

RGB

 RED value IS 28 (11.33% from 255) = 13.15%

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

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 13.15%
G = 45.07%
B = 41.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#1C6059 (or 0x1C6059) is known color: Blue Stone. HEX triplet: 1C, 60 and 59. RGB value is (28,96,89). Sum of RGB (Red+Green+Blue) = 28+96+89=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #1C6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6059 is #E39FA6. Grayscale: #4A4A4A. Windows color (decimal): -14917543 or 5857308. OLE color: 5857308.

HSL color Cylindrical-coordinate representation of color #1C6059: hue angle of 173.82º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6059 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 96 89 -
CMYK 0.71 0 0.07 0.62
HSL 173.82º 0.55% 0.24% -
HSV(B) 173.82º 0.71% 0.38% -
XYZ 6.46 9.33 10.91 -
YUV 74.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 28 96 89 0.71 0 0.07 0.62 173.82 0.55 0.24
Hex 1C 60 59 47 0 7 3E AE 37 18
Octal 34 140 131 107 0 7 76 256 67 30
Binary 11100 1100000 1011001 1000111 0 111 111110 10101110 110111 11000

Color Harmonies of #1C6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6059

Black with #1C6059

Text Example


Text Example

White with #1C6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C6059; }

 p { color: rgb(28,96,89); }

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

background-color css

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

 a { background-color: rgb(28,96,89); }

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

border-color css

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

 span { border-color: rgb(28,96,89); }

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