Html Css Color HEX #1830AA Egyptian Blue

📋 copy color: '#1830AA'

red 24 ◦ green 48 ◦ blue 170

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

Shades of Egyptian Blue #1830AA

Tints of Egyptian Blue #1830AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 9.92%
G = 19.83%
B = 70.25%

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

#1830AA (or 0x1830AA) is known color: Egyptian Blue. HEX triplet: 18, 30 and AA. RGB value is (24,48,170). Sum of RGB (Red+Green+Blue) = 24+48+170=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #1830AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1830AA is #E7CF55. Grayscale: #363636. Windows color (decimal): -15191894 or 11153432. OLE color: 11153432.

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

Color convert

RGB 24 48 170 -
CMYK 0.86 0.72 0 0.33
HSL 230.14º 0.75% 0.38% -
HSV(B) 230.14º 0.86% 0.67% -
XYZ 8.69 5.21 38.58 -
YUV 54.73 193.05 106.08 -
System Red Green Blue C M Y K H S L
Decimal 24 48 170 0.86 0.72 0 0.33 230.14 0.75 0.38
Hex 18 30 AA 56 48 0 21 E6 4B 26
Octal 30 60 252 126 110 0 41 346 113 46
Binary 11000 110000 10101010 1010110 1001000 0 100001 11100110 1001011 100110

Color Harmonies of #1830AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830AA

Black with #1830AA

Text Example


Text Example

White with #1830AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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