Html Css Color HEX #1F7084 Allports

📋 copy color: '#1F7084'

red 31 ◦ green 112 ◦ blue 132

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

Shades of Allports #1F7084

Tints of Allports #1F7084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48%

R = 11.27%
G = 40.73%
B = 48%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F7084 (or 0x1F7084) is known color: Allports. HEX triplet: 1F, 70 and 84. RGB value is (31,112,132). Sum of RGB (Red+Green+Blue) = 31+112+132=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F7084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7084 is #E08F7B. Grayscale: #595959. Windows color (decimal): -14716796 or 8679455. OLE color: 8679455.

HSL color Cylindrical-coordinate representation of color #1F7084: hue angle of 191.88º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7084 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 112 132 -
CMYK 0.77 0.15 0 0.48
HSL 191.88º 0.62% 0.32% -
HSV(B) 191.88º 0.77% 0.52% -
XYZ 10.52 13.55 23.89 -
YUV 90.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 31 112 132 0.77 0.15 0 0.48 191.88 0.62 0.32
Hex 1F 70 84 4D F 0 30 C0 3E 20
Octal 37 160 204 115 17 0 60 300 76 40
Binary 11111 1110000 10000100 1001101 1111 0 110000 11000000 111110 100000

Color Harmonies of #1F7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7084

Black with #1F7084

Text Example


Text Example

White with #1F7084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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