Html Css Color HEX #1C3C94 Egyptian Blue

📋 copy color: '#1C3C94'

red 28 ◦ green 60 ◦ blue 148

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

Shades of Egyptian Blue #1C3C94

Tints of Egyptian Blue #1C3C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

 BLUE value IS 148 (58.2% from 255) = 62.71%

R = 11.86%
G = 25.42%
B = 62.71%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C3C94 (or 0x1C3C94) is known color: Egyptian Blue. HEX triplet: 1C, 3C and 94. RGB value is (28,60,148). Sum of RGB (Red+Green+Blue) = 28+60+148=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C3C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3C94 is #E3C36B. Grayscale: #3C3C3C. Windows color (decimal): -14926700 or 9714716. OLE color: 9714716.

HSL color Cylindrical-coordinate representation of color #1C3C94: hue angle of 224º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C3C94 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 60 148 -
CMYK 0.81 0.59 0 0.42
HSL 224º 0.68% 0.35% -
HSV(B) 224º 0.81% 0.58% -
XYZ 7.44 5.62 28.71 -
YUV 60.46 177.4 104.84 -
System Red Green Blue C M Y K H S L
Decimal 28 60 148 0.81 0.59 0 0.42 224 0.68 0.35
Hex 1C 3C 94 51 3B 0 2A E0 44 23
Octal 34 74 224 121 73 0 52 340 104 43
Binary 11100 111100 10010100 1010001 111011 0 101010 11100000 1000100 100011

Color Harmonies of #1C3C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3C94

Black with #1C3C94

Text Example


Text Example

White with #1C3C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,60,148); }

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

background-color css

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

 a { background-color: rgb(28,60,148); }

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

border-color css

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

 span { border-color: rgb(28,60,148); }

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