Html Css Color HEX #1C5963 Blue Stone

📋 copy color: '#1C5963'

red 28 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #1C5963

Tints of Blue Stone #1C5963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 12.96%
G = 41.2%
B = 45.83%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1C5963 (or 0x1C5963) is known color: Blue Stone. HEX triplet: 1C, 59 and 63. RGB value is (28,89,99). Sum of RGB (Red+Green+Blue) = 28+89+99=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5963 is #E3A69C. Grayscale: #474747. Windows color (decimal): -14919325 or 6510876. OLE color: 6510876.

HSL color Cylindrical-coordinate representation of color #1C5963: hue angle of 188.45º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C5963 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 89 99 -
CMYK 0.72 0.10 0 0.61
HSL 188.45º 0.56% 0.25% -
HSV(B) 188.45º 0.72% 0.39% -
XYZ 6.3 8.29 13.07 -
YUV 71.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 28 89 99 0.72 0.10 0 0.61 188.45 0.56 0.25
Hex 1C 59 63 48 A 0 3D BC 38 19
Octal 34 131 143 110 12 0 75 274 70 31
Binary 11100 1011001 1100011 1001000 1010 0 111101 10111100 111000 11001

Color Harmonies of #1C5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5963

Black with #1C5963

Text Example


Text Example

White with #1C5963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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