#1F6269

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

Shades of Blue Stone #1F6269

Tints of Blue Stone #1F6269

Color information

#1F6269 (or 0x1F6269) is unknown color: approx Blue Stone. HEX triplet: 1F, 62 and 69. RGB value is (31,98,105). Sum of RGB (Red+Green+Blue) = 31+98+105=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F6269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6269 is #E09D96. Grayscale: #4E4E4E. Windows color (decimal): -14720407 or 6906399. OLE color: 6906399.

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

Color convert

RGB3198105-
CMYK0.700.0700.59
HSL185.68º54.41%26.67%-
HSV(B)185.68º70.48%41.18%-
XYZ7.4810.0514.91-
YUV78.76142.893.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=13.25%
G=41.88%
B=44.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31981050.700.0700.59185.6854.4126.67
Hex1F626946703Bba361b
Octal3714215110670732726633
Binary1111111000101101001100011011101110111011101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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