Html Css Color HEX #1F4489 Fun Blue

📋 copy color: '#1F4489'

red 31 ◦ green 68 ◦ blue 137

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

Shades of Fun Blue #1F4489

Tints of Fun Blue #1F4489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 13.14%
G = 28.81%
B = 58.05%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F4489 (or 0x1F4489) is known color: Fun Blue. HEX triplet: 1F, 44 and 89. RGB value is (31,68,137). Sum of RGB (Red+Green+Blue) = 31+68+137=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F4489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4489 is #E0BB76. Grayscale: #404040. Windows color (decimal): -14728055 or 8995871. OLE color: 8995871.

HSL color Cylindrical-coordinate representation of color #1F4489: hue angle of 219.06º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4489 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 68 137 -
CMYK 0.77 0.50 0 0.46
HSL 219.06º 0.63% 0.33% -
HSV(B) 219.06º 0.77% 0.54% -
XYZ 7.15 6.23 24.49 -
YUV 64.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 31 68 137 0.77 0.50 0 0.46 219.06 0.63 0.33
Hex 1F 44 89 4D 32 0 2E DB 3F 21
Octal 37 104 211 115 62 0 56 333 77 41
Binary 11111 1000100 10001001 1001101 110010 0 101110 11011011 111111 100001

Color Harmonies of #1F4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4489

Black with #1F4489

Text Example


Text Example

White with #1F4489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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