Html Css Color HEX #1845AC Egyptian Blue

📋 copy color: '#1845AC'

red 24 ◦ green 69 ◦ blue 172

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

Shades of Egyptian Blue #1845AC

Tints of Egyptian Blue #1845AC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 9.06%
G = 26.04%
B = 64.91%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1845AC (or 0x1845AC) is known color: Egyptian Blue. HEX triplet: 18, 45 and AC. RGB value is (24,69,172). Sum of RGB (Red+Green+Blue) = 24+69+172=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #1845AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1845AC is #E7BA53. Grayscale: #424242. Windows color (decimal): -15186516 or 11289880. OLE color: 11289880.

HSL color Cylindrical-coordinate representation of color #1845AC: hue angle of 221.76º 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 #1845AC is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 69 172 -
CMYK 0.86 0.60 0 0.33
HSL 221.76º 0.76% 0.38% -
HSV(B) 221.76º 0.86% 0.67% -
XYZ 9.95 7.43 39.94 -
YUV 67.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 24 69 172 0.86 0.60 0 0.33 221.76 0.76 0.38
Hex 18 45 AC 56 3C 0 21 DE 4C 26
Octal 30 105 254 126 74 0 41 336 114 46
Binary 11000 1000101 10101100 1010110 111100 0 100001 11011110 1001100 100110

Color Harmonies of #1845AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1845AC

Black with #1845AC

Text Example


Text Example

White with #1845AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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