Html Css Color HEX #1F299E Egyptian Blue

📋 copy color: '#1F299E'

red 31 ◦ green 41 ◦ blue 158

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

Shades of Egyptian Blue #1F299E

Tints of Egyptian Blue #1F299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 13.48%
G = 17.83%
B = 68.7%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F299E (or 0x1F299E) is known color: Egyptian Blue. HEX triplet: 1F, 29 and 9E. RGB value is (31,41,158). Sum of RGB (Red+Green+Blue) = 31+41+158=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F299E is #E0D661. Grayscale: #323232. Windows color (decimal): -14734946 or 10365215. OLE color: 10365215.

HSL color Cylindrical-coordinate representation of color #1F299E: hue angle of 235.28º 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 #1F299E is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 41 158 -
CMYK 0.80 0.74 0 0.38
HSL 235.28º 0.67% 0.37% -
HSV(B) 235.28º 0.8% 0.62% -
XYZ 7.53 4.35 32.79 -
YUV 51.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 31 41 158 0.80 0.74 0 0.38 235.28 0.67 0.37
Hex 1F 29 9E 50 4A 0 26 EB 43 25
Octal 37 51 236 120 112 0 46 353 103 45
Binary 11111 101001 10011110 1010000 1001010 0 100110 11101011 1000011 100101

Color Harmonies of #1F299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F299E

Black with #1F299E

Text Example


Text Example

White with #1F299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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