Html Css Color HEX #1F4184 Fun Blue

📋 copy color: '#1F4184'

red 31 ◦ green 65 ◦ blue 132

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

Shades of Fun Blue #1F4184

Tints of Fun Blue #1F4184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 13.6%
G = 28.51%
B = 57.89%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F4184 (or 0x1F4184) is known color: Fun Blue. HEX triplet: 1F, 41 and 84. RGB value is (31,65,132). Sum of RGB (Red+Green+Blue) = 31+65+132=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4184 is #E0BE7B. Grayscale: #3E3E3E. Windows color (decimal): -14728828 or 8667423. OLE color: 8667423.

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

Color convert

RGB 31 65 132 -
CMYK 0.77 0.51 0 0.48
HSL 219.8º 0.62% 0.32% -
HSV(B) 219.8º 0.77% 0.52% -
XYZ 6.62 5.74 22.59 -
YUV 62.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 31 65 132 0.77 0.51 0 0.48 219.8 0.62 0.32
Hex 1F 41 84 4D 33 0 30 DC 3E 20
Octal 37 101 204 115 63 0 60 334 76 40
Binary 11111 1000001 10000100 1001101 110011 0 110000 11011100 111110 100000

Color Harmonies of #1F4184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4184

Black with #1F4184

Text Example


Text Example

White with #1F4184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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