Html Css Color HEX #1C595A Blue Stone

📋 copy color: '#1C595A'

red 28 ◦ green 89 ◦ blue 90

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

Shades of Blue Stone #1C595A

Tints of Blue Stone #1C595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 13.53%
G = 43%
B = 43.48%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C595A (or 0x1C595A) is known color: Blue Stone. HEX triplet: 1C, 59 and 5A. RGB value is (28,89,90). Sum of RGB (Red+Green+Blue) = 28+89+90=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C595A is #E3A6A5. Grayscale: #464646. Windows color (decimal): -14919334 or 5921052. OLE color: 5921052.

HSL color Cylindrical-coordinate representation of color #1C595A: hue angle of 180.97º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C595A is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 89 90 -
CMYK 0.69 0.01 0 0.65
HSL 180.97º 0.53% 0.23% -
HSV(B) 180.97º 0.69% 0.35% -
XYZ 5.9 8.13 10.93 -
YUV 70.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 28 89 90 0.69 0.01 0 0.65 180.97 0.53 0.23
Hex 1C 59 5A 45 1 0 41 B5 35 17
Octal 34 131 132 105 1 0 101 265 65 27
Binary 11100 1011001 1011010 1000101 1 0 1000001 10110101 110101 10111

Color Harmonies of #1C595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C595A

Black with #1C595A

Text Example


Text Example

White with #1C595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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