Html Css Color HEX #1F328D Egyptian Blue

📋 copy color: '#1F328D'

red 31 ◦ green 50 ◦ blue 141

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

Shades of Egyptian Blue #1F328D

Tints of Egyptian Blue #1F328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 13.96%
G = 22.52%
B = 63.51%

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

#1F328D (or 0x1F328D) is known color: Egyptian Blue. HEX triplet: 1F, 32 and 8D. RGB value is (31,50,141). Sum of RGB (Red+Green+Blue) = 31+50+141=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F328D is #E0CD72. Grayscale: #363636. Windows color (decimal): -14732659 or 9253407. OLE color: 9253407.

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

Color convert

RGB 31 50 141 -
CMYK 0.78 0.65 0 0.45
HSL 229.64º 0.64% 0.34% -
HSV(B) 229.64º 0.78% 0.55% -
XYZ 6.51 4.5 25.72 -
YUV 54.69 176.71 111.1 -
System Red Green Blue C M Y K H S L
Decimal 31 50 141 0.78 0.65 0 0.45 229.64 0.64 0.34
Hex 1F 32 8D 4E 41 0 2D E6 40 22
Octal 37 62 215 116 101 0 55 346 100 42
Binary 11111 110010 10001101 1001110 1000001 0 101101 11100110 1000000 100010

Color Harmonies of #1F328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F328D

Black with #1F328D

Text Example


Text Example

White with #1F328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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