Html Css Color HEX #1C40AA Egyptian Blue

📋 copy color: '#1C40AA'

red 28 ◦ green 64 ◦ blue 170

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

Shades of Egyptian Blue #1C40AA

Tints of Egyptian Blue #1C40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

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

R = 10.69%
G = 24.43%
B = 64.89%

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

#1C40AA (or 0x1C40AA) is known color: Egyptian Blue. HEX triplet: 1C, 40 and AA. RGB value is (28,64,170). Sum of RGB (Red+Green+Blue) = 28+64+170=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C40AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C40AA is #E3BF55. Grayscale: #404040. Windows color (decimal): -14925654 or 11157532. OLE color: 11157532.

HSL color Cylindrical-coordinate representation of color #1C40AA: hue angle of 224.79º 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 #1C40AA is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 64 170 -
CMYK 0.84 0.62 0 0.33
HSL 224.79º 0.72% 0.39% -
HSV(B) 224.79º 0.84% 0.67% -
XYZ 9.57 6.82 38.84 -
YUV 65.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 28 64 170 0.84 0.62 0 0.33 224.79 0.72 0.39
Hex 1C 40 AA 54 3E 0 21 E1 48 27
Octal 34 100 252 124 76 0 41 341 110 47
Binary 11100 1000000 10101010 1010100 111110 0 100001 11100001 1001000 100111

Color Harmonies of #1C40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C40AA

Black with #1C40AA

Text Example


Text Example

White with #1C40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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