#1F6660

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

Shades of Blue Stone #1F6660

Tints of Blue Stone #1F6660

Color information

#1F6660 (or 0x1F6660) is unknown color: approx Blue Stone. HEX triplet: 1F, 66 and 60. RGB value is (31,102,96). Sum of RGB (Red+Green+Blue) = 31+102+96=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #1F6660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6660 is #E0999F. Grayscale: #505050. Windows color (decimal): -14719392 or 6317599. OLE color: 6317599.

HSL color Cylindrical-coordinate representation of color #1F6660: hue angle of 174.93º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6660 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB3110296-
CMYK0.7000.060.6
HSL174.93º53.38%26.08%-
HSV(B)174.93º69.61%40%-
XYZ7.4310.6412.73-
YUV80.09136.9892.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=13.54%
G=44.54%
B=41.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal31102960.7000.060.6174.9353.3826.08
Hex1F666046063Caf351a
Octal3714614010606742576532
Binary1111111001101100000100011001101111001010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,102,96); }

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

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

 a { background-color: rgb(31,102,96); }

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

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

 span { border-color: rgb(31,102,96); }

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