Html Css Color HEX #1F4885 Fun Blue

📋 copy color: '#1F4885'

red 31 ◦ green 72 ◦ blue 133

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

Shades of Fun Blue #1F4885

Tints of Fun Blue #1F4885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 13.14%
G = 30.51%
B = 56.36%

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

#1F4885 (or 0x1F4885) is known color: Fun Blue. HEX triplet: 1F, 48 and 85. RGB value is (31,72,133). Sum of RGB (Red+Green+Blue) = 31+72+133=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F4885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4885 is #E0B77A. Grayscale: #424242. Windows color (decimal): -14727035 or 8734751. OLE color: 8734751.

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

Color convert

RGB 31 72 133 -
CMYK 0.77 0.46 0 0.48
HSL 215.88º 0.62% 0.32% -
HSV(B) 215.88º 0.77% 0.52% -
XYZ 7.12 6.62 23.09 -
YUV 66.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 31 72 133 0.77 0.46 0 0.48 215.88 0.62 0.32
Hex 1F 48 85 4D 2E 0 30 D8 3E 20
Octal 37 110 205 115 56 0 60 330 76 40
Binary 11111 1001000 10000101 1001101 101110 0 110000 11011000 111110 100000

Color Harmonies of #1F4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4885

Black with #1F4885

Text Example


Text Example

White with #1F4885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,133); }

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

background-color css

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

 a { background-color: rgb(31,72,133); }

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

border-color css

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

 span { border-color: rgb(31,72,133); }

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