Html Css Color HEX #1F299F Egyptian Blue

📋 copy color: '#1F299F'

red 31 ◦ green 41 ◦ blue 159

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

Shades of Egyptian Blue #1F299F

Tints of Egyptian Blue #1F299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.83%

R = 13.42%
G = 17.75%
B = 68.83%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F299F (or 0x1F299F) is known color: Egyptian Blue. HEX triplet: 1F, 29 and 9F. RGB value is (31,41,159). Sum of RGB (Red+Green+Blue) = 31+41+159=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F299F is #E0D660. Grayscale: #323232. Windows color (decimal): -14734945 or 10430751. OLE color: 10430751.

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

Color convert

RGB 31 41 159 -
CMYK 0.81 0.74 0 0.38
HSL 235.31º 0.67% 0.37% -
HSV(B) 235.31º 0.81% 0.62% -
XYZ 7.62 4.38 33.24 -
YUV 51.46 188.69 113.41 -
System Red Green Blue C M Y K H S L
Decimal 31 41 159 0.81 0.74 0 0.38 235.31 0.67 0.37
Hex 1F 29 9F 51 4A 0 26 EB 43 25
Octal 37 51 237 121 112 0 46 353 103 45
Binary 11111 101001 10011111 1010001 1001010 0 100110 11101011 1000011 100101

Color Harmonies of #1F299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F299F

Black with #1F299F

Text Example


Text Example

White with #1F299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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