Html Css Color HEX #1F4784 Fun Blue

📋 copy color: '#1F4784'

red 31 ◦ green 71 ◦ blue 132

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

Shades of Fun Blue #1F4784

Tints of Fun Blue #1F4784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.34%

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

R = 13.25%
G = 30.34%
B = 56.41%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F4784 (or 0x1F4784) is known color: Fun Blue. HEX triplet: 1F, 47 and 84. RGB value is (31,71,132). Sum of RGB (Red+Green+Blue) = 31+71+132=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4784 is #E0B87B. Grayscale: #414141. Windows color (decimal): -14727292 or 8668959. OLE color: 8668959.

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

Color convert

RGB 31 71 132 -
CMYK 0.77 0.46 0 0.48
HSL 216.24º 0.62% 0.32% -
HSV(B) 216.24º 0.77% 0.52% -
XYZ 6.98 6.46 22.71 -
YUV 65.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 31 71 132 0.77 0.46 0 0.48 216.24 0.62 0.32
Hex 1F 47 84 4D 2E 0 30 D8 3E 20
Octal 37 107 204 115 56 0 60 330 76 40
Binary 11111 1000111 10000100 1001101 101110 0 110000 11011000 111110 100000

Color Harmonies of #1F4784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4784

Black with #1F4784

Text Example


Text Example

White with #1F4784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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