Html Css Color HEX #1C26AC Egyptian Blue

📋 copy color: '#1C26AC'

red 28 ◦ green 38 ◦ blue 172

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

Shades of Egyptian Blue #1C26AC

Tints of Egyptian Blue #1C26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

 BLUE value IS 172 (67.58% from 255) = 72.27%

R = 11.76%
G = 15.97%
B = 72.27%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C26AC (or 0x1C26AC) is known color: Egyptian Blue. HEX triplet: 1C, 26 and AC. RGB value is (28,38,172). Sum of RGB (Red+Green+Blue) = 28+38+172=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C26AC is #E3D953. Grayscale: #313131. Windows color (decimal): -14932308 or 11281948. OLE color: 11281948.

HSL color Cylindrical-coordinate representation of color #1C26AC: hue angle of 235.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C26AC is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 38 172 -
CMYK 0.84 0.78 0 0.33
HSL 235.83º 0.72% 0.39% -
HSV(B) 235.83º 0.84% 0.67% -
XYZ 8.62 4.61 39.47 -
YUV 50.29 196.69 112.1 -
System Red Green Blue C M Y K H S L
Decimal 28 38 172 0.84 0.78 0 0.33 235.83 0.72 0.39
Hex 1C 26 AC 54 4E 0 21 EC 48 27
Octal 34 46 254 124 116 0 41 354 110 47
Binary 11100 100110 10101100 1010100 1001110 0 100001 11101100 1001000 100111

Color Harmonies of #1C26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C26AC

Black with #1C26AC

Text Example


Text Example

White with #1C26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,38,172); }

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

background-color css

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

 a { background-color: rgb(28,38,172); }

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

border-color css

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

 span { border-color: rgb(28,38,172); }

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