Html Css Color HEX #1C3289 Egyptian Blue

📋 copy color: '#1C3289'

red 28 ◦ green 50 ◦ blue 137

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

Shades of Egyptian Blue #1C3289

Tints of Egyptian Blue #1C3289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

 BLUE value IS 137 (53.91% from 255) = 63.72%

R = 13.02%
G = 23.26%
B = 63.72%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C3289 (or 0x1C3289) is known color: Egyptian Blue. HEX triplet: 1C, 32 and 89. RGB value is (28,50,137). Sum of RGB (Red+Green+Blue) = 28+50+137=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3289 is #E3CD76. Grayscale: #343434. Windows color (decimal): -14929271 or 8991260. OLE color: 8991260.

HSL color Cylindrical-coordinate representation of color #1C3289: hue angle of 227.89º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C3289 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 50 137 -
CMYK 0.80 0.64 0 0.46
HSL 227.89º 0.66% 0.32% -
HSV(B) 227.89º 0.8% 0.54% -
XYZ 6.13 4.33 24.18 -
YUV 53.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 28 50 137 0.80 0.64 0 0.46 227.89 0.66 0.32
Hex 1C 32 89 50 40 0 2E E4 42 20
Octal 34 62 211 120 100 0 56 344 102 40
Binary 11100 110010 10001001 1010000 1000000 0 101110 11100100 1000010 100000

Color Harmonies of #1C3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3289

Black with #1C3289

Text Example


Text Example

White with #1C3289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,50,137); }

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

background-color css

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

 a { background-color: rgb(28,50,137); }

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

border-color css

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

 span { border-color: rgb(28,50,137); }

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