Html Css Color HEX #1825AC Egyptian Blue

📋 copy color: '#1825AC'

red 24 ◦ green 37 ◦ blue 172

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

Shades of Egyptian Blue #1825AC

Tints of Egyptian Blue #1825AC

RGB

 RED value IS 24 (9.77% from 255) = 10.3%

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

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

R = 10.3%
G = 15.88%
B = 73.82%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1825AC (or 0x1825AC) is known color: Egyptian Blue. HEX triplet: 18, 25 and AC. RGB value is (24,37,172). Sum of RGB (Red+Green+Blue) = 24+37+172=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #1825AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1825AC is #E7DA53. Grayscale: #2F2F2F. Windows color (decimal): -15194708 or 11281688. OLE color: 11281688.

HSL color Cylindrical-coordinate representation of color #1825AC: hue angle of 234.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1825AC is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 37 172 -
CMYK 0.86 0.78 0 0.33
HSL 234.73º 0.76% 0.38% -
HSV(B) 234.73º 0.86% 0.67% -
XYZ 8.48 4.5 39.45 -
YUV 48.5 197.69 110.52 -
System Red Green Blue C M Y K H S L
Decimal 24 37 172 0.86 0.78 0 0.33 234.73 0.76 0.38
Hex 18 25 AC 56 4E 0 21 EB 4C 26
Octal 30 45 254 126 116 0 41 353 114 46
Binary 11000 100101 10101100 1010110 1001110 0 100001 11101011 1001100 100110

Color Harmonies of #1825AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825AC

Black with #1825AC

Text Example


Text Example

White with #1825AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1825AC; }

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

 H1.HeaderClassName
 {
   color: #1825AC;
 }
 .AnyTagClassName
 {
   color: #1825AC;
 }
</style>

background-color css

<style>
 a { background-color: #1825AC; }

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

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

border-color css

<style>
 span { border-color: #1825AC; }

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

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