Html Css Color HEX #1C489B Egyptian Blue

📋 copy color: '#1C489B'

red 28 ◦ green 72 ◦ blue 155

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

Shades of Egyptian Blue #1C489B

Tints of Egyptian Blue #1C489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 10.98%
G = 28.24%
B = 60.78%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C489B (or 0x1C489B) is known color: Egyptian Blue. HEX triplet: 1C, 48 and 9B. RGB value is (28,72,155). Sum of RGB (Red+Green+Blue) = 28+72+155=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C489B is #E3B764. Grayscale: #434343. Windows color (decimal): -14923621 or 10176540. OLE color: 10176540.

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

Color convert

RGB 28 72 155 -
CMYK 0.82 0.54 0 0.39
HSL 219.21º 0.69% 0.36% -
HSV(B) 219.21º 0.82% 0.61% -
XYZ 8.71 7.25 31.95 -
YUV 68.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 28 72 155 0.82 0.54 0 0.39 219.21 0.69 0.36
Hex 1C 48 9B 52 36 0 27 DB 45 24
Octal 34 110 233 122 66 0 47 333 105 44
Binary 11100 1001000 10011011 1010010 110110 0 100111 11011011 1000101 100100

Color Harmonies of #1C489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C489B

Black with #1C489B

Text Example


Text Example

White with #1C489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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