Html Css Color HEX #1C3C92 Egyptian Blue

📋 copy color: '#1C3C92'

red 28 ◦ green 60 ◦ blue 146

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

Shades of Egyptian Blue #1C3C92

Tints of Egyptian Blue #1C3C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.39%

R = 11.97%
G = 25.64%
B = 62.39%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1C3C92 (or 0x1C3C92) is known color: Egyptian Blue. HEX triplet: 1C, 3C and 92. RGB value is (28,60,146). Sum of RGB (Red+Green+Blue) = 28+60+146=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C3C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3C92 is #E3C36D. Grayscale: #3B3B3B. Windows color (decimal): -14926702 or 9583644. OLE color: 9583644.

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

Color convert

RGB 28 60 146 -
CMYK 0.81 0.59 0 0.43
HSL 223.73º 0.68% 0.34% -
HSV(B) 223.73º 0.81% 0.57% -
XYZ 7.28 5.55 27.88 -
YUV 60.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 28 60 146 0.81 0.59 0 0.43 223.73 0.68 0.34
Hex 1C 3C 92 51 3B 0 2B E0 44 22
Octal 34 74 222 121 73 0 53 340 104 42
Binary 11100 111100 10010010 1010001 111011 0 101011 11100000 1000100 100010

Color Harmonies of #1C3C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3C92

Black with #1C3C92

Text Example


Text Example

White with #1C3C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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