Html Css Color HEX #1F318D Egyptian Blue

📋 copy color: '#1F318D'

red 31 ◦ green 49 ◦ blue 141

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

Shades of Egyptian Blue #1F318D

Tints of Egyptian Blue #1F318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 14.03%
G = 22.17%
B = 63.8%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F318D (or 0x1F318D) is known color: Egyptian Blue. HEX triplet: 1F, 31 and 8D. RGB value is (31,49,141). Sum of RGB (Red+Green+Blue) = 31+49+141=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F318D is #E0CE72. Grayscale: #353535. Windows color (decimal): -14732915 or 9253151. OLE color: 9253151.

HSL color Cylindrical-coordinate representation of color #1F318D: hue angle of 230.18º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F318D is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 49 141 -
CMYK 0.78 0.65 0 0.45
HSL 230.18º 0.64% 0.34% -
HSV(B) 230.18º 0.78% 0.55% -
XYZ 6.47 4.41 25.71 -
YUV 54.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 31 49 141 0.78 0.65 0 0.45 230.18 0.64 0.34
Hex 1F 31 8D 4E 41 0 2D E6 40 22
Octal 37 61 215 116 101 0 55 346 100 42
Binary 11111 110001 10001101 1001110 1000001 0 101101 11100110 1000000 100010

Color Harmonies of #1F318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F318D

Black with #1F318D

Text Example


Text Example

White with #1F318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,49,141); }

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

background-color css

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

 a { background-color: rgb(31,49,141); }

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

border-color css

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

 span { border-color: rgb(31,49,141); }

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