Html Css Color HEX #1F4099 Egyptian Blue

📋 copy color: '#1F4099'

red 31 ◦ green 64 ◦ blue 153

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

Shades of Egyptian Blue #1F4099

Tints of Egyptian Blue #1F4099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.69%

R = 12.5%
G = 25.81%
B = 61.69%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F4099 (or 0x1F4099) is known color: Egyptian Blue. HEX triplet: 1F, 40 and 99. RGB value is (31,64,153). Sum of RGB (Red+Green+Blue) = 31+64+153=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F4099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4099 is #E0BF66. Grayscale: #3F3F3F. Windows color (decimal): -14729063 or 10043423. OLE color: 10043423.

HSL color Cylindrical-coordinate representation of color #1F4099: hue angle of 223.77º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4099 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 64 153 -
CMYK 0.80 0.58 0 0.4
HSL 223.77º 0.66% 0.36% -
HSV(B) 223.77º 0.8% 0.6% -
XYZ 8.15 6.26 30.92 -
YUV 64.28 178.07 104.26 -
System Red Green Blue C M Y K H S L
Decimal 31 64 153 0.80 0.58 0 0.4 223.77 0.66 0.36
Hex 1F 40 99 50 3A 0 28 E0 42 24
Octal 37 100 231 120 72 0 50 340 102 44
Binary 11111 1000000 10011001 1010000 111010 0 101000 11100000 1000010 100100

Color Harmonies of #1F4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4099

Black with #1F4099

Text Example


Text Example

White with #1F4099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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