Html Css Color HEX #1F7682 Allports

📋 copy color: '#1F7682'

red 31 ◦ green 118 ◦ blue 130

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

Shades of Allports #1F7682

Tints of Allports #1F7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

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

R = 11.11%
G = 42.29%
B = 46.59%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1F7682 (or 0x1F7682) is known color: Allports. HEX triplet: 1F, 76 and 82. RGB value is (31,118,130). Sum of RGB (Red+Green+Blue) = 31+118+130=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F7682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7682 is #E0897D. Grayscale: #5D5D5D. Windows color (decimal): -14715262 or 8549919. OLE color: 8549919.

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

Color convert

RGB 31 118 130 -
CMYK 0.76 0.09 0 0.49
HSL 187.27º 0.61% 0.32% -
HSV(B) 187.27º 0.76% 0.51% -
XYZ 11.07 14.86 23.4 -
YUV 93.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 31 118 130 0.76 0.09 0 0.49 187.27 0.61 0.32
Hex 1F 76 82 4C 9 0 31 BB 3D 20
Octal 37 166 202 114 11 0 61 273 75 40
Binary 11111 1110110 10000010 1001100 1001 0 110001 10111011 111101 100000

Color Harmonies of #1F7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7682

Black with #1F7682

Text Example


Text Example

White with #1F7682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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