Html Css Color HEX #1F4687 Fun Blue

📋 copy color: '#1F4687'

red 31 ◦ green 70 ◦ blue 135

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

Shades of Fun Blue #1F4687

Tints of Fun Blue #1F4687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 13.14%
G = 29.66%
B = 57.2%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F4687 (or 0x1F4687) is known color: Fun Blue. HEX triplet: 1F, 46 and 87. RGB value is (31,70,135). Sum of RGB (Red+Green+Blue) = 31+70+135=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F4687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4687 is #E0B978. Grayscale: #414141. Windows color (decimal): -14727545 or 8865311. OLE color: 8865311.

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

Color convert

RGB 31 70 135 -
CMYK 0.77 0.48 0 0.47
HSL 217.5º 0.63% 0.33% -
HSV(B) 217.5º 0.77% 0.53% -
XYZ 7.13 6.42 23.79 -
YUV 65.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 31 70 135 0.77 0.48 0 0.47 217.5 0.63 0.33
Hex 1F 46 87 4D 30 0 2F DA 3F 21
Octal 37 106 207 115 60 0 57 332 77 41
Binary 11111 1000110 10000111 1001101 110000 0 101111 11011010 111111 100001

Color Harmonies of #1F4687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4687

Black with #1F4687

Text Example


Text Example

White with #1F4687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,135); }

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

background-color css

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

 a { background-color: rgb(31,70,135); }

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

border-color css

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

 span { border-color: rgb(31,70,135); }

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