Html Css Color HEX #1825A8 Egyptian Blue

📋 copy color: '#1825A8'

red 24 ◦ green 37 ◦ blue 168

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

Shades of Egyptian Blue #1825A8

Tints of Egyptian Blue #1825A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 73.36%

R = 10.48%
G = 16.16%
B = 73.36%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1825A8 (or 0x1825A8) is known color: Egyptian Blue. HEX triplet: 18, 25 and A8. RGB value is (24,37,168). Sum of RGB (Red+Green+Blue) = 24+37+168=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 168 (66.02% from 255 or 73.36% from 229); Max value from RGB is 168 - color contains mainly: blue. Hex color #1825A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1825A8 is #E7DA57. Grayscale: #2F2F2F. Windows color (decimal): -15194712 or 11019544. OLE color: 11019544.

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

Color convert

RGB 24 37 168 -
CMYK 0.86 0.78 0 0.34
HSL 234.58º 0.75% 0.38% -
HSV(B) 234.58º 0.86% 0.66% -
XYZ 8.11 4.34 37.46 -
YUV 48.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 24 37 168 0.86 0.78 0 0.34 234.58 0.75 0.38
Hex 18 25 A8 56 4E 0 22 EB 4B 26
Octal 30 45 250 126 116 0 42 353 113 46
Binary 11000 100101 10101000 1010110 1001110 0 100010 11101011 1001011 100110

Color Harmonies of #1825A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1825A8

Black with #1825A8

Text Example


Text Example

White with #1825A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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