Html Css Color HEX #1C459F Egyptian Blue

📋 copy color: '#1C459F'

red 28 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #1C459F

Tints of Egyptian Blue #1C459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 10.94%
G = 26.95%
B = 62.11%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C459F (or 0x1C459F) is known color: Egyptian Blue. HEX triplet: 1C, 45 and 9F. RGB value is (28,69,159). Sum of RGB (Red+Green+Blue) = 28+69+159=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C459F is #E3BA60. Grayscale: #424242. Windows color (decimal): -14924385 or 10437916. OLE color: 10437916.

HSL color Cylindrical-coordinate representation of color #1C459F: hue angle of 221.22º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C459F is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 69 159 -
CMYK 0.82 0.57 0 0.38
HSL 221.22º 0.7% 0.37% -
HSV(B) 221.22º 0.82% 0.62% -
XYZ 8.87 7.01 33.69 -
YUV 67 179.92 100.18 -
System Red Green Blue C M Y K H S L
Decimal 28 69 159 0.82 0.57 0 0.38 221.22 0.7 0.37
Hex 1C 45 9F 52 39 0 26 DD 46 25
Octal 34 105 237 122 71 0 46 335 106 45
Binary 11100 1000101 10011111 1010010 111001 0 100110 11011101 1000110 100101

Color Harmonies of #1C459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C459F

Black with #1C459F

Text Example


Text Example

White with #1C459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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