Html Css Color HEX #1C585F Blue Stone

📋 copy color: '#1C585F'

red 28 ◦ green 88 ◦ blue 95

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

Shades of Blue Stone #1C585F

Tints of Blue Stone #1C585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 13.27%
G = 41.71%
B = 45.02%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C585F (or 0x1C585F) is known color: Blue Stone. HEX triplet: 1C, 58 and 5F. RGB value is (28,88,95). Sum of RGB (Red+Green+Blue) = 28+88+95=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C585F is #E3A7A0. Grayscale: #464646. Windows color (decimal): -14919585 or 6248476. OLE color: 6248476.

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

Color convert

RGB 28 88 95 -
CMYK 0.71 0.07 0 0.63
HSL 186.27º 0.54% 0.24% -
HSV(B) 186.27º 0.71% 0.37% -
XYZ 6.03 8.05 12.06 -
YUV 70.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 28 88 95 0.71 0.07 0 0.63 186.27 0.54 0.24
Hex 1C 58 5F 47 7 0 3F BA 36 18
Octal 34 130 137 107 7 0 77 272 66 30
Binary 11100 1011000 1011111 1000111 111 0 111111 10111010 110110 11000

Color Harmonies of #1C585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C585F

Black with #1C585F

Text Example


Text Example

White with #1C585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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