#1C6864

Color #1C6864 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1C6864

Tints of Blue Stone #1C6864

Color information

#1C6864 (or 0x1C6864) is unknown color: approx Blue Stone. HEX triplet: 1C, 68 and 64. RGB value is (28,104,100). Sum of RGB (Red+Green+Blue) = 28+104+100=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #1C6864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6864 is #E3979B. Grayscale: #505050. Windows color (decimal): -14915484 or 6580252. OLE color: 6580252.

HSL color Cylindrical-coordinate representation of color #1C6864: hue angle of 176.84º 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 #1C6864 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB28104100-
CMYK0.7300.040.59
HSL176.84º57.58%25.88%-
HSV(B)176.84º73.08%40.78%-
XYZ7.7311.0713.79-
YUV80.82138.8290.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.07%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=12.07%
G=44.83%
B=43.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal281041000.7300.040.59176.8457.5825.88
Hex1C686449043Bb13a1a
Octal3415014411104732617232
Binary1110011010001100100100100101001110111011000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C6864;
 }
 .AnyTagClassName
 {
   color: #1C6864;
 }
</style>
background-color css

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

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

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

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

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

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