Html Css Color HEX #1C41AA Egyptian Blue

📋 copy color: '#1C41AA'

red 28 ◦ green 65 ◦ blue 170

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

Shades of Egyptian Blue #1C41AA

Tints of Egyptian Blue #1C41AA

RGB

 RED value IS 28 (11.33% from 255) = 10.65%

 GREEN value IS 65 (25.78% from 255) = 24.71%

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

R = 10.65%
G = 24.71%
B = 64.64%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C41AA (or 0x1C41AA) is known color: Egyptian Blue. HEX triplet: 1C, 41 and AA. RGB value is (28,65,170). Sum of RGB (Red+Green+Blue) = 28+65+170=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C41AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C41AA is #E3BE55. Grayscale: #414141. Windows color (decimal): -14925398 or 11157788. OLE color: 11157788.

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

Color convert

RGB 28 65 170 -
CMYK 0.84 0.62 0 0.33
HSL 224.37º 0.72% 0.39% -
HSV(B) 224.37º 0.84% 0.67% -
XYZ 9.62 6.93 38.86 -
YUV 65.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 28 65 170 0.84 0.62 0 0.33 224.37 0.72 0.39
Hex 1C 41 AA 54 3E 0 21 E0 48 27
Octal 34 101 252 124 76 0 41 340 110 47
Binary 11100 1000001 10101010 1010100 111110 0 100001 11100000 1001000 100111

Color Harmonies of #1C41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C41AA

Black with #1C41AA

Text Example


Text Example

White with #1C41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,170); }

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

background-color css

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

 a { background-color: rgb(28,65,170); }

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

border-color css

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

 span { border-color: rgb(28,65,170); }

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