Html Css Color HEX #1F479B Egyptian Blue

📋 copy color: '#1F479B'

red 31 ◦ green 71 ◦ blue 155

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

Shades of Egyptian Blue #1F479B

Tints of Egyptian Blue #1F479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 12.06%
G = 27.63%
B = 60.31%

CMYK

 C value IS 0.8

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F479B (or 0x1F479B) is known color: Egyptian Blue. HEX triplet: 1F, 47 and 9B. RGB value is (31,71,155). Sum of RGB (Red+Green+Blue) = 31+71+155=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F479B is #E0B864. Grayscale: #444444. Windows color (decimal): -14727269 or 10176287. OLE color: 10176287.

HSL color Cylindrical-coordinate representation of color #1F479B: hue angle of 220.65º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F479B is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 71 155 -
CMYK 0.8 0.54 0 0.39
HSL 220.65º 0.67% 0.36% -
HSV(B) 220.65º 0.8% 0.61% -
XYZ 8.73 7.16 31.93 -
YUV 68.62 176.75 101.17 -
System Red Green Blue C M Y K H S L
Decimal 31 71 155 0.8 0.54 0 0.39 220.65 0.67 0.36
Hex 1F 47 9B 50 36 0 27 DD 43 24
Octal 37 107 233 120 66 0 47 335 103 44
Binary 11111 1000111 10011011 1010000 110110 0 100111 11011101 1000011 100100

Color Harmonies of #1F479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F479B

Black with #1F479B

Text Example


Text Example

White with #1F479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,71,155); }

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

background-color css

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

 a { background-color: rgb(31,71,155); }

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

border-color css

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

 span { border-color: rgb(31,71,155); }

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