Html Css Color HEX #1F4585 Fun Blue

📋 copy color: '#1F4585'

red 31 ◦ green 69 ◦ blue 133

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

Shades of Fun Blue #1F4585

Tints of Fun Blue #1F4585

RGB

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

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

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

R = 13.3%
G = 29.61%
B = 57.08%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F4585 (or 0x1F4585) is known color: Fun Blue. HEX triplet: 1F, 45 and 85. RGB value is (31,69,133). Sum of RGB (Red+Green+Blue) = 31+69+133=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F4585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4585 is #E0BA7A. Grayscale: #404040. Windows color (decimal): -14727803 or 8733983. OLE color: 8733983.

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

Color convert

RGB 31 69 133 -
CMYK 0.77 0.48 0 0.48
HSL 217.65º 0.62% 0.32% -
HSV(B) 217.65º 0.77% 0.52% -
XYZ 6.93 6.24 23.03 -
YUV 64.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 31 69 133 0.77 0.48 0 0.48 217.65 0.62 0.32
Hex 1F 45 85 4D 30 0 30 DA 3E 20
Octal 37 105 205 115 60 0 60 332 76 40
Binary 11111 1000101 10000101 1001101 110000 0 110000 11011010 111110 100000

Color Harmonies of #1F4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4585

Black with #1F4585

Text Example


Text Example

White with #1F4585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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