Html Css Color HEX #1C249D Egyptian Blue

📋 copy color: '#1C249D'

red 28 ◦ green 36 ◦ blue 157

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

Shades of Egyptian Blue #1C249D

Tints of Egyptian Blue #1C249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

 BLUE value IS 157 (61.72% from 255) = 71.04%

R = 12.67%
G = 16.29%
B = 71.04%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C249D (or 0x1C249D) is known color: Egyptian Blue. HEX triplet: 1C, 24 and 9D. RGB value is (28,36,157). Sum of RGB (Red+Green+Blue) = 28+36+157=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C249D is #E3DB62. Grayscale: #2E2E2E. Windows color (decimal): -14932835 or 10298396. OLE color: 10298396.

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

Color convert

RGB 28 36 157 -
CMYK 0.82 0.77 0 0.38
HSL 236.28º 0.7% 0.36% -
HSV(B) 236.28º 0.82% 0.62% -
XYZ 7.2 3.94 32.28 -
YUV 47.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 28 36 157 0.82 0.77 0 0.38 236.28 0.7 0.36
Hex 1C 24 9D 52 4D 0 26 EC 46 24
Octal 34 44 235 122 115 0 46 354 106 44
Binary 11100 100100 10011101 1010010 1001101 0 100110 11101100 1000110 100100

Color Harmonies of #1C249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C249D

Black with #1C249D

Text Example


Text Example

White with #1C249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,36,157); }

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

background-color css

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

 a { background-color: rgb(28,36,157); }

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

border-color css

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

 span { border-color: rgb(28,36,157); }

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