Html Css Color HEX #1F299D Egyptian Blue

📋 copy color: '#1F299D'

red 31 ◦ green 41 ◦ blue 157

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

Shades of Egyptian Blue #1F299D

Tints of Egyptian Blue #1F299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 68.56%

R = 13.54%
G = 17.9%
B = 68.56%

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

#1F299D (or 0x1F299D) is known color: Egyptian Blue. HEX triplet: 1F, 29 and 9D. RGB value is (31,41,157). Sum of RGB (Red+Green+Blue) = 31+41+157=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F299D is #E0D662. Grayscale: #323232. Windows color (decimal): -14734947 or 10299679. OLE color: 10299679.

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

Color convert

RGB 31 41 157 -
CMYK 0.80 0.74 0 0.38
HSL 235.24º 0.67% 0.37% -
HSV(B) 235.24º 0.8% 0.62% -
XYZ 7.44 4.31 32.34 -
YUV 51.23 187.69 113.57 -
System Red Green Blue C M Y K H S L
Decimal 31 41 157 0.80 0.74 0 0.38 235.24 0.67 0.37
Hex 1F 29 9D 50 4A 0 26 EB 43 25
Octal 37 51 235 120 112 0 46 353 103 45
Binary 11111 101001 10011101 1010000 1001010 0 100110 11101011 1000011 100101

Color Harmonies of #1F299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F299D

Black with #1F299D

Text Example


Text Example

White with #1F299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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