Html Css Color HEX #1C25AC Egyptian Blue

📋 copy color: '#1C25AC'

red 28 ◦ green 37 ◦ blue 172

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

Shades of Egyptian Blue #1C25AC

Tints of Egyptian Blue #1C25AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 11.81%
G = 15.61%
B = 72.57%

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

#1C25AC (or 0x1C25AC) is known color: Egyptian Blue. HEX triplet: 1C, 25 and AC. RGB value is (28,37,172). Sum of RGB (Red+Green+Blue) = 28+37+172=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C25AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C25AC is #E3DA53. Grayscale: #313131. Windows color (decimal): -14932564 or 11281692. OLE color: 11281692.

HSL color Cylindrical-coordinate representation of color #1C25AC: hue angle of 236.25º 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 #1C25AC is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 37 172 -
CMYK 0.84 0.78 0 0.33
HSL 236.25º 0.72% 0.39% -
HSV(B) 236.25º 0.84% 0.67% -
XYZ 8.59 4.55 39.46 -
YUV 49.7 197.02 112.52 -
System Red Green Blue C M Y K H S L
Decimal 28 37 172 0.84 0.78 0 0.33 236.25 0.72 0.39
Hex 1C 25 AC 54 4E 0 21 EC 48 27
Octal 34 45 254 124 116 0 41 354 110 47
Binary 11100 100101 10101100 1010100 1001110 0 100001 11101100 1001000 100111

Color Harmonies of #1C25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C25AC

Black with #1C25AC

Text Example


Text Example

White with #1C25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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