Html Css Color HEX #1C459B Egyptian Blue

📋 copy color: '#1C459B'

red 28 ◦ green 69 ◦ blue 155

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

Shades of Egyptian Blue #1C459B

Tints of Egyptian Blue #1C459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 11.11%
G = 27.38%
B = 61.51%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C459B (or 0x1C459B) is known color: Egyptian Blue. HEX triplet: 1C, 45 and 9B. RGB value is (28,69,155). Sum of RGB (Red+Green+Blue) = 28+69+155=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C459B is #E3BA64. Grayscale: #424242. Windows color (decimal): -14924389 or 10175772. OLE color: 10175772.

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

Color convert

RGB 28 69 155 -
CMYK 0.82 0.55 0 0.39
HSL 220.63º 0.69% 0.36% -
HSV(B) 220.63º 0.82% 0.61% -
XYZ 8.52 6.87 31.89 -
YUV 66.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 28 69 155 0.82 0.55 0 0.39 220.63 0.69 0.36
Hex 1C 45 9B 52 37 0 27 DD 45 24
Octal 34 105 233 122 67 0 47 335 105 44
Binary 11100 1000101 10011011 1010010 110111 0 100111 11011101 1000101 100100

Color Harmonies of #1C459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C459B

Black with #1C459B

Text Example


Text Example

White with #1C459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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