Html Css Color HEX #1C369A Egyptian Blue

📋 copy color: '#1C369A'

red 28 ◦ green 54 ◦ blue 154

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

Shades of Egyptian Blue #1C369A

Tints of Egyptian Blue #1C369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 65.25%

R = 11.86%
G = 22.88%
B = 65.25%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C369A (or 0x1C369A) is known color: Egyptian Blue. HEX triplet: 1C, 36 and 9A. RGB value is (28,54,154). Sum of RGB (Red+Green+Blue) = 28+54+154=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C369A is #E3C965. Grayscale: #393939. Windows color (decimal): -14928230 or 10106396. OLE color: 10106396.

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

Color convert

RGB 28 54 154 -
CMYK 0.82 0.65 0 0.40
HSL 227.62º 0.69% 0.36% -
HSV(B) 227.62º 0.82% 0.6% -
XYZ 7.63 5.22 31.18 -
YUV 57.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 28 54 154 0.82 0.65 0 0.40 227.62 0.69 0.36
Hex 1C 36 9A 52 41 0 28 E4 45 24
Octal 34 66 232 122 101 0 50 344 105 44
Binary 11100 110110 10011010 1010010 1000001 0 101000 11100100 1000101 100100

Color Harmonies of #1C369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C369A

Black with #1C369A

Text Example


Text Example

White with #1C369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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