Html Css Color HEX #1F7684 Allports

📋 copy color: '#1F7684'

red 31 ◦ green 118 ◦ blue 132

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

Shades of Allports #1F7684

Tints of Allports #1F7684

RGB

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

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

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

R = 11.03%
G = 41.99%
B = 46.98%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F7684 (or 0x1F7684) is known color: Allports. HEX triplet: 1F, 76 and 84. RGB value is (31,118,132). Sum of RGB (Red+Green+Blue) = 31+118+132=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F7684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7684 is #E0897B. Grayscale: #5D5D5D. Windows color (decimal): -14715260 or 8680991. OLE color: 8680991.

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

Color convert

RGB 31 118 132 -
CMYK 0.77 0.11 0 0.48
HSL 188.32º 0.62% 0.32% -
HSV(B) 188.32º 0.77% 0.52% -
XYZ 11.21 14.91 24.12 -
YUV 93.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 31 118 132 0.77 0.11 0 0.48 188.32 0.62 0.32
Hex 1F 76 84 4D B 0 30 BC 3E 20
Octal 37 166 204 115 13 0 60 274 76 40
Binary 11111 1110110 10000100 1001101 1011 0 110000 10111100 111110 100000

Color Harmonies of #1F7684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7684

Black with #1F7684

Text Example


Text Example

White with #1F7684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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