Html Css Color HEX #1C319B Egyptian Blue

📋 copy color: '#1C319B'

red 28 ◦ green 49 ◦ blue 155

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

Shades of Egyptian Blue #1C319B

Tints of Egyptian Blue #1C319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 12.07%
G = 21.12%
B = 66.81%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C319B (or 0x1C319B) is known color: Egyptian Blue. HEX triplet: 1C, 31 and 9B. RGB value is (28,49,155). Sum of RGB (Red+Green+Blue) = 28+49+155=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C319B is #E3CE64. Grayscale: #363636. Windows color (decimal): -14929509 or 10170652. OLE color: 10170652.

HSL color Cylindrical-coordinate representation of color #1C319B: hue angle of 230.08º 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 #1C319B is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 49 155 -
CMYK 0.82 0.68 0 0.39
HSL 230.08º 0.69% 0.36% -
HSV(B) 230.08º 0.82% 0.61% -
XYZ 7.49 4.81 31.54 -
YUV 54.81 184.54 108.88 -
System Red Green Blue C M Y K H S L
Decimal 28 49 155 0.82 0.68 0 0.39 230.08 0.69 0.36
Hex 1C 31 9B 52 44 0 27 E6 45 24
Octal 34 61 233 122 104 0 47 346 105 44
Binary 11100 110001 10011011 1010010 1000100 0 100111 11100110 1000101 100100

Color Harmonies of #1C319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C319B

Black with #1C319B

Text Example


Text Example

White with #1C319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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