Html Css Color HEX #1F467C Fun Blue

📋 copy color: '#1F467C'

red 31 ◦ green 70 ◦ blue 124

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

Shades of Fun Blue #1F467C

Tints of Fun Blue #1F467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 13.78%
G = 31.11%
B = 55.11%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F467C (or 0x1F467C) is known color: Fun Blue. HEX triplet: 1F, 46 and 7C. RGB value is (31,70,124). Sum of RGB (Red+Green+Blue) = 31+70+124=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F467C is #E0B983. Grayscale: #404040. Windows color (decimal): -14727556 or 8144415. OLE color: 8144415.

HSL color Cylindrical-coordinate representation of color #1F467C: hue angle of 214.84º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F467C is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 70 124 -
CMYK 0.75 0.44 0 0.51
HSL 214.84º 0.6% 0.3% -
HSV(B) 214.84º 0.75% 0.49% -
XYZ 6.39 6.13 19.91 -
YUV 64.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 31 70 124 0.75 0.44 0 0.51 214.84 0.6 0.3
Hex 1F 46 7C 4B 2C 0 33 D7 3C 1E
Octal 37 106 174 113 54 0 63 327 74 36
Binary 11111 1000110 1111100 1001011 101100 0 110011 11010111 111100 11110

Color Harmonies of #1F467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F467C

Black with #1F467C

Text Example


Text Example

White with #1F467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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