Html Css Color HEX #1C6360 Blue Stone

📋 copy color: '#1C6360'

red 28 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #1C6360

Tints of Blue Stone #1C6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.39%

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

R = 12.56%
G = 44.39%
B = 43.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#1C6360 (or 0x1C6360) is known color: Blue Stone. HEX triplet: 1C, 63 and 60. RGB value is (28,99,96). Sum of RGB (Red+Green+Blue) = 28+99+96=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6360 is #E39C9F. Grayscale: #4D4D4D. Windows color (decimal): -14916768 or 6316828. OLE color: 6316828.

HSL color Cylindrical-coordinate representation of color #1C6360: hue angle of 177.46º 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 #1C6360 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 99 96 -
CMYK 0.72 0 0.03 0.61
HSL 177.46º 0.56% 0.25% -
HSV(B) 177.46º 0.72% 0.39% -
XYZ 7.05 10.02 12.63 -
YUV 77.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 28 99 96 0.72 0 0.03 0.61 177.46 0.56 0.25
Hex 1C 63 60 48 0 3 3D B1 38 19
Octal 34 143 140 110 0 3 75 261 70 31
Binary 11100 1100011 1100000 1001000 0 11 111101 10110001 111000 11001

Color Harmonies of #1C6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6360

Black with #1C6360

Text Example


Text Example

White with #1C6360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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