Html Css Color HEX #1F409E Egyptian Blue

📋 copy color: '#1F409E'

red 31 ◦ green 64 ◦ blue 158

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

Shades of Egyptian Blue #1F409E

Tints of Egyptian Blue #1F409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.45%

R = 12.25%
G = 25.3%
B = 62.45%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F409E (or 0x1F409E) is known color: Egyptian Blue. HEX triplet: 1F, 40 and 9E. RGB value is (31,64,158). Sum of RGB (Red+Green+Blue) = 31+64+158=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F409E is #E0BF61. Grayscale: #404040. Windows color (decimal): -14729058 or 10371103. OLE color: 10371103.

HSL color Cylindrical-coordinate representation of color #1F409E: hue angle of 224.41º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F409E is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 64 158 -
CMYK 0.80 0.59 0 0.38
HSL 224.41º 0.67% 0.37% -
HSV(B) 224.41º 0.8% 0.62% -
XYZ 8.57 6.43 33.14 -
YUV 64.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 31 64 158 0.80 0.59 0 0.38 224.41 0.67 0.37
Hex 1F 40 9E 50 3B 0 26 E0 43 25
Octal 37 100 236 120 73 0 46 340 103 45
Binary 11111 1000000 10011110 1010000 111011 0 100110 11100000 1000011 100101

Color Harmonies of #1F409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F409E

Black with #1F409E

Text Example


Text Example

White with #1F409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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