Html Css Color HEX #1C6860 Blue Stone

📋 copy color: '#1C6860'

red 28 ◦ green 104 ◦ blue 96

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

Shades of Blue Stone #1C6860

Tints of Blue Stone #1C6860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.61%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 12.28%
G = 45.61%
B = 42.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#1C6860 (or 0x1C6860) is known color: Blue Stone. HEX triplet: 1C, 68 and 60. RGB value is (28,104,96). Sum of RGB (Red+Green+Blue) = 28+104+96=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #1C6860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6860 is #E3979F. Grayscale: #505050. Windows color (decimal): -14915488 or 6318108. OLE color: 6318108.

HSL color Cylindrical-coordinate representation of color #1C6860: hue angle of 173.68º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6860 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 104 96 -
CMYK 0.73 0 0.08 0.59
HSL 173.68º 0.58% 0.26% -
HSV(B) 173.68º 0.73% 0.41% -
XYZ 7.54 10.99 12.79 -
YUV 80.36 136.82 90.65 -
System Red Green Blue C M Y K H S L
Decimal 28 104 96 0.73 0 0.08 0.59 173.68 0.58 0.26
Hex 1C 68 60 49 0 8 3B AE 3A 1A
Octal 34 150 140 111 0 10 73 256 72 32
Binary 11100 1101000 1100000 1001001 0 1000 111011 10101110 111010 11010

Color Harmonies of #1C6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6860

Black with #1C6860

Text Example


Text Example

White with #1C6860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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