Html Css Color HEX #1F7382 Allports

📋 copy color: '#1F7382'

red 31 ◦ green 115 ◦ blue 130

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

Shades of Allports #1F7382

Tints of Allports #1F7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 11.23%
G = 41.67%
B = 47.1%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1F7382 (or 0x1F7382) is known color: Allports. HEX triplet: 1F, 73 and 82. RGB value is (31,115,130). Sum of RGB (Red+Green+Blue) = 31+115+130=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F7382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7382 is #E08C7D. Grayscale: #5B5B5B. Windows color (decimal): -14716030 or 8549151. OLE color: 8549151.

HSL color Cylindrical-coordinate representation of color #1F7382: hue angle of 189.09º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7382 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 115 130 -
CMYK 0.76 0.12 0 0.49
HSL 189.09º 0.61% 0.32% -
HSV(B) 189.09º 0.76% 0.51% -
XYZ 10.73 14.16 23.29 -
YUV 91.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 31 115 130 0.76 0.12 0 0.49 189.09 0.61 0.32
Hex 1F 73 82 4C C 0 31 BD 3D 20
Octal 37 163 202 114 14 0 61 275 75 40
Binary 11111 1110011 10000010 1001100 1100 0 110001 10111101 111101 100000

Color Harmonies of #1F7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7382

Black with #1F7382

Text Example


Text Example

White with #1F7382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,130); }

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

background-color css

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

 a { background-color: rgb(31,115,130); }

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

border-color css

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

 span { border-color: rgb(31,115,130); }

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