Html Css Color HEX #1C615F Blue Stone

📋 copy color: '#1C615F'

red 28 ◦ green 97 ◦ blue 95

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

Shades of Blue Stone #1C615F

Tints of Blue Stone #1C615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 12.73%
G = 44.09%
B = 43.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#1C615F (or 0x1C615F) is known color: Blue Stone. HEX triplet: 1C, 61 and 5F. RGB value is (28,97,95). Sum of RGB (Red+Green+Blue) = 28+97+95=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #1C615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C615F is #E39EA0. Grayscale: #4C4C4C. Windows color (decimal): -14917281 or 6250780. OLE color: 6250780.

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

Color convert

RGB 28 97 95 -
CMYK 0.71 0 0.02 0.62
HSL 178.26º 0.55% 0.25% -
HSV(B) 178.26º 0.71% 0.38% -
XYZ 6.82 9.62 12.32 -
YUV 76.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 28 97 95 0.71 0 0.02 0.62 178.26 0.55 0.25
Hex 1C 61 5F 47 0 2 3E B2 37 19
Octal 34 141 137 107 0 2 76 262 67 31
Binary 11100 1100001 1011111 1000111 0 10 111110 10110010 110111 11001

Color Harmonies of #1C615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C615F

Black with #1C615F

Text Example


Text Example

White with #1C615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,97,95); }

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

background-color css

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

 a { background-color: rgb(28,97,95); }

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

border-color css

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

 span { border-color: rgb(28,97,95); }

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