Html Css Color HEX #1F4482 Fun Blue

📋 copy color: '#1F4482'

red 31 ◦ green 68 ◦ blue 130

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

Shades of Fun Blue #1F4482

Tints of Fun Blue #1F4482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 13.54%
G = 29.69%
B = 56.77%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1F4482 (or 0x1F4482) is known color: Fun Blue. HEX triplet: 1F, 44 and 82. RGB value is (31,68,130). Sum of RGB (Red+Green+Blue) = 31+68+130=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F4482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4482 is #E0BB7D. Grayscale: #3F3F3F. Windows color (decimal): -14728062 or 8537119. OLE color: 8537119.

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

Color convert

RGB 31 68 130 -
CMYK 0.76 0.48 0 0.49
HSL 217.58º 0.61% 0.32% -
HSV(B) 217.58º 0.76% 0.51% -
XYZ 6.66 6.04 21.93 -
YUV 64.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 31 68 130 0.76 0.48 0 0.49 217.58 0.61 0.32
Hex 1F 44 82 4C 30 0 31 DA 3D 20
Octal 37 104 202 114 60 0 61 332 75 40
Binary 11111 1000100 10000010 1001100 110000 0 110001 11011010 111101 100000

Color Harmonies of #1F4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4482

Black with #1F4482

Text Example


Text Example

White with #1F4482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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