Html Css Color HEX #1F447C Fun Blue

📋 copy color: '#1F447C'

red 31 ◦ green 68 ◦ blue 124

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

Shades of Fun Blue #1F447C

Tints of Fun Blue #1F447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

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

R = 13.9%
G = 30.49%
B = 55.61%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F447C (or 0x1F447C) is known color: Fun Blue. HEX triplet: 1F, 44 and 7C. RGB value is (31,68,124). Sum of RGB (Red+Green+Blue) = 31+68+124=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F447C is #E0BB83. Grayscale: #3F3F3F. Windows color (decimal): -14728068 or 8143903. OLE color: 8143903.

HSL color Cylindrical-coordinate representation of color #1F447C: hue angle of 216.13º 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 #1F447C is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 68 124 -
CMYK 0.75 0.45 0 0.51
HSL 216.13º 0.6% 0.3% -
HSV(B) 216.13º 0.75% 0.49% -
XYZ 6.27 5.88 19.87 -
YUV 63.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 31 68 124 0.75 0.45 0 0.51 216.13 0.6 0.3
Hex 1F 44 7C 4B 2D 0 33 D8 3C 1E
Octal 37 104 174 113 55 0 63 330 74 36
Binary 11111 1000100 1111100 1001011 101101 0 110011 11011000 111100 11110

Color Harmonies of #1F447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F447C

Black with #1F447C

Text Example


Text Example

White with #1F447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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