Html Css Color HEX #1C469B Egyptian Blue

📋 copy color: '#1C469B'

red 28 ◦ green 70 ◦ blue 155

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

Shades of Egyptian Blue #1C469B

Tints of Egyptian Blue #1C469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 11.07%
G = 27.67%
B = 61.26%

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

#1C469B (or 0x1C469B) is known color: Egyptian Blue. HEX triplet: 1C, 46 and 9B. RGB value is (28,70,155). Sum of RGB (Red+Green+Blue) = 28+70+155=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C469B is #E3B964. Grayscale: #424242. Windows color (decimal): -14924133 or 10176028. OLE color: 10176028.

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

Color convert

RGB 28 70 155 -
CMYK 0.82 0.55 0 0.39
HSL 220.16º 0.69% 0.36% -
HSV(B) 220.16º 0.82% 0.61% -
XYZ 8.59 6.99 31.91 -
YUV 67.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 28 70 155 0.82 0.55 0 0.39 220.16 0.69 0.36
Hex 1C 46 9B 52 37 0 27 DC 45 24
Octal 34 106 233 122 67 0 47 334 105 44
Binary 11100 1000110 10011011 1010010 110111 0 100111 11011100 1000101 100100

Color Harmonies of #1C469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C469B

Black with #1C469B

Text Example


Text Example

White with #1C469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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