#1C5962

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

Shades of Blue Stone #1C5962

Tints of Blue Stone #1C5962

Color information

#1C5962 (or 0x1C5962) is unknown color: approx Blue Stone. HEX triplet: 1C, 59 and 62. RGB value is (28,89,98). Sum of RGB (Red+Green+Blue) = 28+89+98=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C5962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5962 is #E3A69D. Grayscale: #474747. Windows color (decimal): -14919326 or 6445340. OLE color: 6445340.

HSL color Cylindrical-coordinate representation of color #1C5962: hue angle of 187.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5962 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB288998-
CMYK0.710.0900.62
HSL187.71º55.56%24.71%-
HSV(B)187.71º71.43%38.43%-
XYZ6.268.2712.82-
YUV71.79142.7996.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=13.02%
G=41.40%
B=45.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2889980.710.0900.62187.7155.5624.71
Hex1C596247903Ebc3819
Octal34131142107110762747031
Binary11100101100111000101000111100101111101011110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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