Html Css Color HEX #1C3599 Egyptian Blue

📋 copy color: '#1C3599'

red 28 ◦ green 53 ◦ blue 153

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

Shades of Egyptian Blue #1C3599

Tints of Egyptian Blue #1C3599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 11.97%
G = 22.65%
B = 65.38%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C3599 (or 0x1C3599) is known color: Egyptian Blue. HEX triplet: 1C, 35 and 99. RGB value is (28,53,153). Sum of RGB (Red+Green+Blue) = 28+53+153=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3599 is #E3CA66. Grayscale: #383838. Windows color (decimal): -14928487 or 10040604. OLE color: 10040604.

HSL color Cylindrical-coordinate representation of color #1C3599: hue angle of 228º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C3599 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 53 153 -
CMYK 0.82 0.65 0 0.4
HSL 228º 0.69% 0.35% -
HSV(B) 228º 0.82% 0.6% -
XYZ 7.5 5.09 30.72 -
YUV 56.93 182.22 107.37 -
System Red Green Blue C M Y K H S L
Decimal 28 53 153 0.82 0.65 0 0.4 228 0.69 0.35
Hex 1C 35 99 52 41 0 28 E4 45 23
Octal 34 65 231 122 101 0 50 344 105 43
Binary 11100 110101 10011001 1010010 1000001 0 101000 11100100 1000101 100011

Color Harmonies of #1C3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3599

Black with #1C3599

Text Example


Text Example

White with #1C3599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,53,153); }

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

background-color css

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

 a { background-color: rgb(28,53,153); }

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

border-color css

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

 span { border-color: rgb(28,53,153); }

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