Html Css Color HEX #1F7482 Allports

📋 copy color: '#1F7482'

red 31 ◦ green 116 ◦ blue 130

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

Shades of Allports #1F7482

Tints of Allports #1F7482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

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

R = 11.19%
G = 41.88%
B = 46.93%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1F7482 (or 0x1F7482) is known color: Allports. HEX triplet: 1F, 74 and 82. RGB value is (31,116,130). Sum of RGB (Red+Green+Blue) = 31+116+130=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F7482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7482 is #E08B7D. Grayscale: #5C5C5C. Windows color (decimal): -14715774 or 8549407. OLE color: 8549407.

HSL color Cylindrical-coordinate representation of color #1F7482: hue angle of 188.48º 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 #1F7482 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 116 130 -
CMYK 0.76 0.11 0 0.49
HSL 188.48º 0.61% 0.32% -
HSV(B) 188.48º 0.76% 0.51% -
XYZ 10.84 14.39 23.33 -
YUV 92.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 31 116 130 0.76 0.11 0 0.49 188.48 0.61 0.32
Hex 1F 74 82 4C B 0 31 BC 3D 20
Octal 37 164 202 114 13 0 61 274 75 40
Binary 11111 1110100 10000010 1001100 1011 0 110001 10111100 111101 100000

Color Harmonies of #1F7482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7482

Black with #1F7482

Text Example


Text Example

White with #1F7482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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