#1F5861

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

Shades of Blue Stone #1F5861

Tints of Blue Stone #1F5861

Color information

#1F5861 (or 0x1F5861) is unknown color: approx Blue Stone. HEX triplet: 1F, 58 and 61. RGB value is (31,88,97). Sum of RGB (Red+Green+Blue) = 31+88+97=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F5861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5861 is #E0A79E. Grayscale: #474747. Windows color (decimal): -14722975 or 6379551. OLE color: 6379551.

HSL color Cylindrical-coordinate representation of color #1F5861: hue angle of 188.18º 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 #1F5861 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB318897-
CMYK0.680.0900.62
HSL188.18º51.56%25.1%-
HSV(B)188.18º68.04%38.04%-
XYZ6.218.1312.55-
YUV71.98142.1298.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=14.35%
G=40.74%
B=44.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3188970.680.0900.62188.1851.5625.1
Hex1F586144903Ebc3419
Octal37130141104110762746431
Binary11111101100011000011000100100101111101011110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,88,97); }

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

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

 a { background-color: rgb(31,88,97); }

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

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

 span { border-color: rgb(31,88,97); }

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