Html Css Color HEX #1F4485 Fun Blue

📋 copy color: '#1F4485'

red 31 ◦ green 68 ◦ blue 133

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

Shades of Fun Blue #1F4485

Tints of Fun Blue #1F4485

RGB

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

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

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

R = 13.36%
G = 29.31%
B = 57.33%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F4485 (or 0x1F4485) is known color: Fun Blue. HEX triplet: 1F, 44 and 85. RGB value is (31,68,133). Sum of RGB (Red+Green+Blue) = 31+68+133=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F4485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4485 is #E0BB7A. Grayscale: #404040. Windows color (decimal): -14728059 or 8733727. OLE color: 8733727.

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

Color convert

RGB 31 68 133 -
CMYK 0.77 0.49 0 0.48
HSL 218.24º 0.62% 0.32% -
HSV(B) 218.24º 0.77% 0.52% -
XYZ 6.87 6.12 23.01 -
YUV 64.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 31 68 133 0.77 0.49 0 0.48 218.24 0.62 0.32
Hex 1F 44 85 4D 31 0 30 DA 3E 20
Octal 37 104 205 115 61 0 60 332 76 40
Binary 11111 1000100 10000101 1001101 110001 0 110000 11011010 111110 100000

Color Harmonies of #1F4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4485

Black with #1F4485

Text Example


Text Example

White with #1F4485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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