#1F6369

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

Shades of Blue Stone #1F6369

Tints of Blue Stone #1F6369

Color information

#1F6369 (or 0x1F6369) is unknown color: approx Blue Stone. HEX triplet: 1F, 63 and 69. RGB value is (31,99,105). Sum of RGB (Red+Green+Blue) = 31+99+105=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F6369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6369 is #E09C96. Grayscale: #4F4F4F. Windows color (decimal): -14720151 or 6906655. OLE color: 6906655.

HSL color Cylindrical-coordinate representation of color #1F6369: hue angle of 184.86º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6369 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3199105-
CMYK0.700.0600.59
HSL184.86º54.41%26.67%-
HSV(B)184.86º70.48%41.18%-
XYZ7.5810.2314.94-
YUV79.35142.4793.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.19%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=13.19%
G=42.13%
B=44.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31991050.700.0600.59184.8654.4126.67
Hex1F636946603Bb9361b
Octal3714315110660732716633
Binary1111111000111101001100011011001110111011100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,99,105); }

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

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

 a { background-color: rgb(31,99,105); }

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

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

 span { border-color: rgb(31,99,105); }

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