Html Css Color HEX #1C359B Egyptian Blue

📋 copy color: '#1C359B'

red 28 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #1C359B

Tints of Egyptian Blue #1C359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 11.86%
G = 22.46%
B = 65.68%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C359B (or 0x1C359B) is known color: Egyptian Blue. HEX triplet: 1C, 35 and 9B. RGB value is (28,53,155). Sum of RGB (Red+Green+Blue) = 28+53+155=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C359B is #E3CA64. Grayscale: #383838. Windows color (decimal): -14928485 or 10171676. OLE color: 10171676.

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

Color convert

RGB 28 53 155 -
CMYK 0.82 0.66 0 0.39
HSL 228.19º 0.69% 0.36% -
HSV(B) 228.19º 0.82% 0.61% -
XYZ 7.67 5.16 31.6 -
YUV 57.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 28 53 155 0.82 0.66 0 0.39 228.19 0.69 0.36
Hex 1C 35 9B 52 42 0 27 E4 45 24
Octal 34 65 233 122 102 0 47 344 105 44
Binary 11100 110101 10011011 1010010 1000010 0 100111 11100100 1000101 100100

Color Harmonies of #1C359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C359B

Black with #1C359B

Text Example


Text Example

White with #1C359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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