Html Css Color HEX #1F29A0 Egyptian Blue

📋 copy color: '#1F29A0'

red 31 ◦ green 41 ◦ blue 160

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

Shades of Egyptian Blue #1F29A0

Tints of Egyptian Blue #1F29A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 68.97%

R = 13.36%
G = 17.67%
B = 68.97%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1F29A0 (or 0x1F29A0) is known color: Egyptian Blue. HEX triplet: 1F, 29 and A0. RGB value is (31,41,160). Sum of RGB (Red+Green+Blue) = 31+41+160=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F29A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F29A0 is #E0D65F. Grayscale: #333333. Windows color (decimal): -14734944 or 10496287. OLE color: 10496287.

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

Color convert

RGB 31 41 160 -
CMYK 0.81 0.74 0 0.37
HSL 235.35º 0.68% 0.37% -
HSV(B) 235.35º 0.81% 0.63% -
XYZ 7.7 4.42 33.7 -
YUV 51.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 31 41 160 0.81 0.74 0 0.37 235.35 0.68 0.37
Hex 1F 29 A0 51 4A 0 25 EB 44 25
Octal 37 51 240 121 112 0 45 353 104 45
Binary 11111 101001 10100000 1010001 1001010 0 100101 11101011 1000100 100101

Color Harmonies of #1F29A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F29A0

Black with #1F29A0

Text Example


Text Example

White with #1F29A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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