Html Css Color HEX #1C2FA4 Egyptian Blue

📋 copy color: '#1C2FA4'

red 28 ◦ green 47 ◦ blue 164

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

Shades of Egyptian Blue #1C2FA4

Tints of Egyptian Blue #1C2FA4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

 BLUE value IS 164 (64.45% from 255) = 68.62%

R = 11.72%
G = 19.67%
B = 68.62%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1C2FA4 (or 0x1C2FA4) is known color: Egyptian Blue. HEX triplet: 1C, 2F and A4. RGB value is (28,47,164). Sum of RGB (Red+Green+Blue) = 28+47+164=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C2FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2FA4 is #E3D05B. Grayscale: #363636. Windows color (decimal): -14930012 or 10759964. OLE color: 10759964.

HSL color Cylindrical-coordinate representation of color #1C2FA4: hue angle of 231.62º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C2FA4 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 47 164 -
CMYK 0.83 0.71 0 0.36
HSL 231.62º 0.71% 0.38% -
HSV(B) 231.62º 0.83% 0.64% -
XYZ 8.2 4.96 35.65 -
YUV 54.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 28 47 164 0.83 0.71 0 0.36 231.62 0.71 0.38
Hex 1C 2F A4 53 47 0 24 E8 47 26
Octal 34 57 244 123 107 0 44 350 107 46
Binary 11100 101111 10100100 1010011 1000111 0 100100 11101000 1000111 100110

Color Harmonies of #1C2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2FA4

Black with #1C2FA4

Text Example


Text Example

White with #1C2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,47,164); }

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

background-color css

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

 a { background-color: rgb(28,47,164); }

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

border-color css

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

 span { border-color: rgb(28,47,164); }

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