Html Css Color HEX #1F7066 Blue Stone

📋 copy color: '#1F7066'

red 31 ◦ green 112 ◦ blue 102

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

Shades of Blue Stone #1F7066

Tints of Blue Stone #1F7066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 12.65%
G = 45.71%
B = 41.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#1F7066 (or 0x1F7066) is known color: Blue Stone. HEX triplet: 1F, 70 and 66. RGB value is (31,112,102). Sum of RGB (Red+Green+Blue) = 31+112+102=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7066 is #E08F99. Grayscale: #565656. Windows color (decimal): -14716826 or 6713375. OLE color: 6713375.

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

Color convert

RGB 31 112 102 -
CMYK 0.72 0 0.09 0.56
HSL 172.59º 0.57% 0.28% -
HSV(B) 172.59º 0.72% 0.44% -
XYZ 8.76 12.84 14.59 -
YUV 86.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 31 112 102 0.72 0 0.09 0.56 172.59 0.57 0.28
Hex 1F 70 66 48 0 9 38 AD 39 1C
Octal 37 160 146 110 0 11 70 255 71 34
Binary 11111 1110000 1100110 1001000 0 1001 111000 10101101 111001 11100

Color Harmonies of #1F7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7066

Black with #1F7066

Text Example


Text Example

White with #1F7066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,112,102); }

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

background-color css

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

 a { background-color: rgb(31,112,102); }

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

border-color css

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

 span { border-color: rgb(31,112,102); }

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