#1F665E

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

Shades of Blue Stone #1F665E

Tints of Blue Stone #1F665E

Color information

#1F665E (or 0x1F665E) is unknown color: approx Blue Stone. HEX triplet: 1F, 66 and 5E. RGB value is (31,102,94). Sum of RGB (Red+Green+Blue) = 31+102+94=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #1F665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F665E is #E099A1. Grayscale: #4F4F4F. Windows color (decimal): -14719394 or 6186527. OLE color: 6186527.

HSL color Cylindrical-coordinate representation of color #1F665E: hue angle of 173.24º 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 #1F665E is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB3110294-
CMYK0.7000.080.6
HSL173.24º53.38%26.08%-
HSV(B)173.24º69.61%40%-
XYZ7.3410.612.25-
YUV79.86135.9893.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=13.66%
G=44.93%
B=41.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal31102940.7000.080.6173.2453.3826.08
Hex1F665E46083Cad351a
Octal37146136106010742556532
Binary11111110011010111101000110010001111001010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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