Html Css Color HEX #1F616F Allports

📋 copy color: '#1F616F'

red 31 ◦ green 97 ◦ blue 111

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

Shades of Allports #1F616F

Tints of Allports #1F616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 111 (43.75% from 255) = 46.44%

R = 12.97%
G = 40.59%
B = 46.44%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F616F (or 0x1F616F) is known color: Allports. HEX triplet: 1F, 61 and 6F. RGB value is (31,97,111). Sum of RGB (Red+Green+Blue) = 31+97+111=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F616F is #E09E90. Grayscale: #4E4E4E. Windows color (decimal): -14720657 or 7299359. OLE color: 7299359.

HSL color Cylindrical-coordinate representation of color #1F616F: hue angle of 190.5º degrees, saturation: 0.56, 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 #1F616F is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 97 111 -
CMYK 0.72 0.13 0 0.56
HSL 190.5º 0.56% 0.28% -
HSV(B) 190.5º 0.72% 0.44% -
XYZ 7.71 9.99 16.56 -
YUV 78.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 31 97 111 0.72 0.13 0 0.56 190.5 0.56 0.28
Hex 1F 61 6F 48 D 0 38 BE 38 1C
Octal 37 141 157 110 15 0 70 276 70 34
Binary 11111 1100001 1101111 1001000 1101 0 111000 10111110 111000 11100

Color Harmonies of #1F616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F616F

Black with #1F616F

Text Example


Text Example

White with #1F616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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