Html Css Color HEX #1F29AA Egyptian Blue

📋 copy color: '#1F29AA'

red 31 ◦ green 41 ◦ blue 170

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

Shades of Egyptian Blue #1F29AA

Tints of Egyptian Blue #1F29AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 12.81%
G = 16.94%
B = 70.25%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F29AA (or 0x1F29AA) is known color: Egyptian Blue. HEX triplet: 1F, 29 and AA. RGB value is (31,41,170). Sum of RGB (Red+Green+Blue) = 31+41+170=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F29AA is #E0D655. Grayscale: #343434. Windows color (decimal): -14734934 or 11151647. OLE color: 11151647.

HSL color Cylindrical-coordinate representation of color #1F29AA: hue angle of 235.68º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F29AA is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 41 170 -
CMYK 0.82 0.76 0 0.33
HSL 235.68º 0.69% 0.39% -
HSV(B) 235.68º 0.82% 0.67% -
XYZ 8.61 4.78 38.5 -
YUV 52.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 31 41 170 0.82 0.76 0 0.33 235.68 0.69 0.39
Hex 1F 29 AA 52 4C 0 21 EC 45 27
Octal 37 51 252 122 114 0 41 354 105 47
Binary 11111 101001 10101010 1010010 1001100 0 100001 11101100 1000101 100111

Color Harmonies of #1F29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F29AA

Black with #1F29AA

Text Example


Text Example

White with #1F29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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