#1F5F67

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

Shades of Blue Stone #1F5F67

Tints of Blue Stone #1F5F67

Color information

#1F5F67 (or 0x1F5F67) is unknown color: approx Blue Stone. HEX triplet: 1F, 5F and 67. RGB value is (31,95,103). Sum of RGB (Red+Green+Blue) = 31+95+103=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F5F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F67 is #E0A098. Grayscale: #4C4C4C. Windows color (decimal): -14721177 or 6774559. OLE color: 6774559.

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

Color convert

RGB3195103-
CMYK0.700.0800.60
HSL186.67º53.73%26.27%-
HSV(B)186.67º69.9%40.39%-
XYZ7.119.4514.28-
YUV76.78142.895.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 95 (37.5% from 255) = 41.48%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=13.54%
G=41.48%
B=44.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31951030.700.0800.60186.6753.7326.27
Hex1F5F6746803Cbb361a
Octal37137147106100742736632
Binary11111101111111001111000110100001111001011101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,103); }

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

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

 a { background-color: rgb(31,95,103); }

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

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

 span { border-color: rgb(31,95,103); }

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