Html Css Color HEX #1C449B Egyptian Blue

📋 copy color: '#1C449B'

red 28 ◦ green 68 ◦ blue 155

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

Shades of Egyptian Blue #1C449B

Tints of Egyptian Blue #1C449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 11.16%
G = 27.09%
B = 61.75%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C449B (or 0x1C449B) is known color: Egyptian Blue. HEX triplet: 1C, 44 and 9B. RGB value is (28,68,155). Sum of RGB (Red+Green+Blue) = 28+68+155=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C449B is #E3BB64. Grayscale: #414141. Windows color (decimal): -14924645 or 10175516. OLE color: 10175516.

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

Color convert

RGB 28 68 155 -
CMYK 0.82 0.56 0 0.39
HSL 221.1º 0.69% 0.36% -
HSV(B) 221.1º 0.82% 0.61% -
XYZ 8.46 6.75 31.87 -
YUV 65.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 28 68 155 0.82 0.56 0 0.39 221.1 0.69 0.36
Hex 1C 44 9B 52 38 0 27 DD 45 24
Octal 34 104 233 122 70 0 47 335 105 44
Binary 11100 1000100 10011011 1010010 111000 0 100111 11011101 1000101 100100

Color Harmonies of #1C449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C449B

Black with #1C449B

Text Example


Text Example

White with #1C449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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