Html Css Color HEX #1C3AAC Egyptian Blue

📋 copy color: '#1C3AAC'

red 28 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #1C3AAC

Tints of Egyptian Blue #1C3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.48%

 BLUE value IS 172 (67.58% from 255) = 66.67%

R = 10.85%
G = 22.48%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C3AAC (or 0x1C3AAC) is known color: Egyptian Blue. HEX triplet: 1C, 3A and AC. RGB value is (28,58,172). Sum of RGB (Red+Green+Blue) = 28+58+172=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3AAC is #E3C553. Grayscale: #3D3D3D. Windows color (decimal): -14927188 or 11287068. OLE color: 11287068.

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

Color convert

RGB 28 58 172 -
CMYK 0.84 0.66 0 0.33
HSL 227.5º 0.72% 0.39% -
HSV(B) 227.5º 0.84% 0.67% -
XYZ 9.44 6.25 39.74 -
YUV 62.03 190.06 103.73 -
System Red Green Blue C M Y K H S L
Decimal 28 58 172 0.84 0.66 0 0.33 227.5 0.72 0.39
Hex 1C 3A AC 54 42 0 21 E4 48 27
Octal 34 72 254 124 102 0 41 344 110 47
Binary 11100 111010 10101100 1010100 1000010 0 100001 11100100 1001000 100111

Color Harmonies of #1C3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3AAC

Black with #1C3AAC

Text Example


Text Example

White with #1C3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,58,172); }

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

background-color css

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

 a { background-color: rgb(28,58,172); }

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

border-color css

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

 span { border-color: rgb(28,58,172); }

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