Html Css Color HEX #1C3AAA Egyptian Blue

📋 copy color: '#1C3AAA'

red 28 ◦ green 58 ◦ blue 170

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

Shades of Egyptian Blue #1C3AAA

Tints of Egyptian Blue #1C3AAA

RGB

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

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

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

R = 10.94%
G = 22.66%
B = 66.41%

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

#1C3AAA (or 0x1C3AAA) is known color: Egyptian Blue. HEX triplet: 1C, 3A and AA. RGB value is (28,58,170). Sum of RGB (Red+Green+Blue) = 28+58+170=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3AAA is #E3C555. Grayscale: #3D3D3D. Windows color (decimal): -14927190 or 11155996. OLE color: 11155996.

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

Color convert

RGB 28 58 170 -
CMYK 0.84 0.66 0 0.33
HSL 227.32º 0.72% 0.39% -
HSV(B) 227.32º 0.84% 0.67% -
XYZ 9.25 6.18 38.73 -
YUV 61.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 28 58 170 0.84 0.66 0 0.33 227.32 0.72 0.39
Hex 1C 3A AA 54 42 0 21 E3 48 27
Octal 34 72 252 124 102 0 41 343 110 47
Binary 11100 111010 10101010 1010100 1000010 0 100001 11100011 1001000 100111

Color Harmonies of #1C3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3AAA

Black with #1C3AAA

Text Example


Text Example

White with #1C3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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