Html Css Color HEX #1F7168 Blue Stone

📋 copy color: '#1F7168'

red 31 ◦ green 113 ◦ blue 104

#1F7168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1F7168

Tints of Blue Stone #1F7168

RGB

 RED value IS 31 (12.5% from 255) = 12.5%

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 104 (41.02% from 255) = 41.94%

R = 12.5%
G = 45.56%
B = 41.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#1F7168 (or 0x1F7168) is known color: Blue Stone. HEX triplet: 1F, 71 and 68. RGB value is (31,113,104). Sum of RGB (Red+Green+Blue) = 31+113+104=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7168 is #E08E97. Grayscale: #575757. Windows color (decimal): -14716568 or 6844703. OLE color: 6844703.

HSL color Cylindrical-coordinate representation of color #1F7168: hue angle of 173.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7168 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 113 104 -
CMYK 0.73 0 0.08 0.56
HSL 173.41º 0.57% 0.28% -
HSV(B) 173.41º 0.73% 0.44% -
XYZ 8.97 13.1 15.15 -
YUV 87.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 31 113 104 0.73 0 0.08 0.56 173.41 0.57 0.28
Hex 1F 71 68 49 0 8 38 AD 39 1C
Octal 37 161 150 111 0 10 70 255 71 34
Binary 11111 1110001 1101000 1001001 0 1000 111000 10101101 111001 11100

Color Harmonies of #1F7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7168

Black with #1F7168

Text Example


Text Example

White with #1F7168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,104); }

 H1.HeaderClassName
 {
   color: #1F7168;
 }
 .AnyTagClassName
 {
   color: #1F7168;
 }
</style>

background-color css

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

 a { background-color: rgb(31,113,104); }

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

border-color css

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

 span { border-color: rgb(31,113,104); }

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