Html Css Color HEX #1F4589 Fun Blue

📋 copy color: '#1F4589'

red 31 ◦ green 69 ◦ blue 137

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

Shades of Fun Blue #1F4589

Tints of Fun Blue #1F4589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 13.08%
G = 29.11%
B = 57.81%

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

#1F4589 (or 0x1F4589) is known color: Fun Blue. HEX triplet: 1F, 45 and 89. RGB value is (31,69,137). Sum of RGB (Red+Green+Blue) = 31+69+137=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F4589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4589 is #E0BA76. Grayscale: #414141. Windows color (decimal): -14727799 or 8996127. OLE color: 8996127.

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

Color convert

RGB 31 69 137 -
CMYK 0.77 0.50 0 0.46
HSL 218.49º 0.63% 0.33% -
HSV(B) 218.49º 0.77% 0.54% -
XYZ 7.21 6.35 24.51 -
YUV 65.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 31 69 137 0.77 0.50 0 0.46 218.49 0.63 0.33
Hex 1F 45 89 4D 32 0 2E DA 3F 21
Octal 37 105 211 115 62 0 56 332 77 41
Binary 11111 1000101 10001001 1001101 110010 0 101110 11011010 111111 100001

Color Harmonies of #1F4589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4589

Black with #1F4589

Text Example


Text Example

White with #1F4589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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