Html Css Color HEX #1F4789 Fun Blue

📋 copy color: '#1F4789'

red 31 ◦ green 71 ◦ blue 137

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

Shades of Fun Blue #1F4789

Tints of Fun Blue #1F4789

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

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

R = 12.97%
G = 29.71%
B = 57.32%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F4789 (or 0x1F4789) is known color: Fun Blue. HEX triplet: 1F, 47 and 89. RGB value is (31,71,137). Sum of RGB (Red+Green+Blue) = 31+71+137=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F4789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4789 is #E0B876. Grayscale: #424242. Windows color (decimal): -14727287 or 8996639. OLE color: 8996639.

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

Color convert

RGB 31 71 137 -
CMYK 0.77 0.48 0 0.46
HSL 217.36º 0.63% 0.33% -
HSV(B) 217.36º 0.77% 0.54% -
XYZ 7.33 6.6 24.56 -
YUV 66.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 31 71 137 0.77 0.48 0 0.46 217.36 0.63 0.33
Hex 1F 47 89 4D 30 0 2E D9 3F 21
Octal 37 107 211 115 60 0 56 331 77 41
Binary 11111 1000111 10001001 1001101 110000 0 101110 11011001 111111 100001

Color Harmonies of #1F4789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4789

Black with #1F4789

Text Example


Text Example

White with #1F4789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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