Html Css Color HEX #1830AC Egyptian Blue

📋 copy color: '#1830AC'

red 24 ◦ green 48 ◦ blue 172

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

Shades of Egyptian Blue #1830AC

Tints of Egyptian Blue #1830AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 9.84%
G = 19.67%
B = 70.49%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1830AC (or 0x1830AC) is known color: Egyptian Blue. HEX triplet: 18, 30 and AC. RGB value is (24,48,172). Sum of RGB (Red+Green+Blue) = 24+48+172=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1830AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1830AC is #E7CF53. Grayscale: #363636. Windows color (decimal): -15191892 or 11284504. OLE color: 11284504.

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

Color convert

RGB 24 48 172 -
CMYK 0.86 0.72 0 0.33
HSL 230.27º 0.76% 0.38% -
HSV(B) 230.27º 0.86% 0.67% -
XYZ 8.88 5.29 39.58 -
YUV 54.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 24 48 172 0.86 0.72 0 0.33 230.27 0.76 0.38
Hex 18 30 AC 56 48 0 21 E6 4C 26
Octal 30 60 254 126 110 0 41 346 114 46
Binary 11000 110000 10101100 1010110 1001000 0 100001 11100110 1001100 100110

Color Harmonies of #1830AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830AC

Black with #1830AC

Text Example


Text Example

White with #1830AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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