Html Css Color HEX #1C249B Egyptian Blue

📋 copy color: '#1C249B'

red 28 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #1C249B

Tints of Egyptian Blue #1C249B

RGB

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

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

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

R = 12.79%
G = 16.44%
B = 70.78%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C249B (or 0x1C249B) is known color: Egyptian Blue. HEX triplet: 1C, 24 and 9B. RGB value is (28,36,155). Sum of RGB (Red+Green+Blue) = 28+36+155=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C249B is #E3DB64. Grayscale: #2E2E2E. Windows color (decimal): -14932837 or 10167324. OLE color: 10167324.

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

Color convert

RGB 28 36 155 -
CMYK 0.82 0.77 0 0.39
HSL 236.22º 0.69% 0.36% -
HSV(B) 236.22º 0.82% 0.61% -
XYZ 7.03 3.88 31.39 -
YUV 47.17 188.85 114.32 -
System Red Green Blue C M Y K H S L
Decimal 28 36 155 0.82 0.77 0 0.39 236.22 0.69 0.36
Hex 1C 24 9B 52 4D 0 27 EC 45 24
Octal 34 44 233 122 115 0 47 354 105 44
Binary 11100 100100 10011011 1010010 1001101 0 100111 11101100 1000101 100100

Color Harmonies of #1C249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C249B

Black with #1C249B

Text Example


Text Example

White with #1C249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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