Html Css Color HEX #1C4192 Egyptian Blue

📋 copy color: '#1C4192'

red 28 ◦ green 65 ◦ blue 146

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

Shades of Egyptian Blue #1C4192

Tints of Egyptian Blue #1C4192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

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

R = 11.72%
G = 27.2%
B = 61.09%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1C4192 (or 0x1C4192) is known color: Egyptian Blue. HEX triplet: 1C, 41 and 92. RGB value is (28,65,146). Sum of RGB (Red+Green+Blue) = 28+65+146=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C4192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4192 is #E3BE6D. Grayscale: #3E3E3E. Windows color (decimal): -14925422 or 9584924. OLE color: 9584924.

HSL color Cylindrical-coordinate representation of color #1C4192: hue angle of 221.19º 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 #1C4192 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 65 146 -
CMYK 0.81 0.55 0 0.43
HSL 221.19º 0.68% 0.34% -
HSV(B) 221.19º 0.81% 0.57% -
XYZ 7.56 6.1 27.97 -
YUV 63.17 174.74 102.91 -
System Red Green Blue C M Y K H S L
Decimal 28 65 146 0.81 0.55 0 0.43 221.19 0.68 0.34
Hex 1C 41 92 51 37 0 2B DD 44 22
Octal 34 101 222 121 67 0 53 335 104 42
Binary 11100 1000001 10010010 1010001 110111 0 101011 11011101 1000100 100010

Color Harmonies of #1C4192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4192

Black with #1C4192

Text Example


Text Example

White with #1C4192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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