Html Css Color HEX #1F4085 Fun Blue

📋 copy color: '#1F4085'

red 31 ◦ green 64 ◦ blue 133

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

Shades of Fun Blue #1F4085

Tints of Fun Blue #1F4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

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

R = 13.6%
G = 28.07%
B = 58.33%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F4085 (or 0x1F4085) is known color: Fun Blue. HEX triplet: 1F, 40 and 85. RGB value is (31,64,133). Sum of RGB (Red+Green+Blue) = 31+64+133=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F4085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4085 is #E0BF7A. Grayscale: #3D3D3D. Windows color (decimal): -14729083 or 8732703. OLE color: 8732703.

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

Color convert

RGB 31 64 133 -
CMYK 0.77 0.52 0 0.48
HSL 220.59º 0.62% 0.32% -
HSV(B) 220.59º 0.77% 0.52% -
XYZ 6.63 5.65 22.93 -
YUV 62 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 31 64 133 0.77 0.52 0 0.48 220.59 0.62 0.32
Hex 1F 40 85 4D 34 0 30 DD 3E 20
Octal 37 100 205 115 64 0 60 335 76 40
Binary 11111 1000000 10000101 1001101 110100 0 110000 11011101 111110 100000

Color Harmonies of #1F4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4085

Black with #1F4085

Text Example


Text Example

White with #1F4085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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