#1F5B62

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

Shades of Blue Stone #1F5B62

Tints of Blue Stone #1F5B62

Color information

#1F5B62 (or 0x1F5B62) is unknown color: approx Blue Stone. HEX triplet: 1F, 5B and 62. RGB value is (31,91,98). Sum of RGB (Red+Green+Blue) = 31+91+98=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F5B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5B62 is #E0A49D. Grayscale: #494949. Windows color (decimal): -14722206 or 6445855. OLE color: 6445855.

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

Color convert

RGB319198-
CMYK0.680.0700.62
HSL186.27º51.94%25.29%-
HSV(B)186.27º68.37%38.43%-
XYZ6.518.6612.88-
YUV73.86141.6297.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=14.09%
G=41.36%
B=44.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3191980.680.0700.62186.2751.9425.29
Hex1F5B6244703Eba3419
Octal3713314210470762726431
Binary1111110110111100010100010011101111101011101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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