Html Css Color HEX #1C369E Egyptian Blue

📋 copy color: '#1C369E'

red 28 ◦ green 54 ◦ blue 158

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

Shades of Egyptian Blue #1C369E

Tints of Egyptian Blue #1C369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 11.67%
G = 22.5%
B = 65.83%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C369E (or 0x1C369E) is known color: Egyptian Blue. HEX triplet: 1C, 36 and 9E. RGB value is (28,54,158). Sum of RGB (Red+Green+Blue) = 28+54+158=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C369E is #E3C961. Grayscale: #393939. Windows color (decimal): -14928226 or 10368540. OLE color: 10368540.

HSL color Cylindrical-coordinate representation of color #1C369E: hue angle of 228º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C369E is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 54 158 -
CMYK 0.82 0.66 0 0.38
HSL 228º 0.7% 0.36% -
HSV(B) 228º 0.82% 0.62% -
XYZ 7.97 5.35 32.96 -
YUV 58.08 184.39 106.54 -
System Red Green Blue C M Y K H S L
Decimal 28 54 158 0.82 0.66 0 0.38 228 0.7 0.36
Hex 1C 36 9E 52 42 0 26 E4 46 24
Octal 34 66 236 122 102 0 46 344 106 44
Binary 11100 110110 10011110 1010010 1000010 0 100110 11100100 1000110 100100

Color Harmonies of #1C369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C369E

Black with #1C369E

Text Example


Text Example

White with #1C369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,54,158); }

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

background-color css

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

 a { background-color: rgb(28,54,158); }

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

border-color css

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

 span { border-color: rgb(28,54,158); }

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