Html Css Color HEX #1835AA Egyptian Blue

📋 copy color: '#1835AA'

red 24 ◦ green 53 ◦ blue 170

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

Shades of Egyptian Blue #1835AA

Tints of Egyptian Blue #1835AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

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

R = 9.72%
G = 21.46%
B = 68.83%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1835AA (or 0x1835AA) is known color: Egyptian Blue. HEX triplet: 18, 35 and AA. RGB value is (24,53,170). Sum of RGB (Red+Green+Blue) = 24+53+170=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #1835AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1835AA is #E7CA55. Grayscale: #393939. Windows color (decimal): -15190614 or 11154712. OLE color: 11154712.

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

Color convert

RGB 24 53 170 -
CMYK 0.86 0.69 0 0.33
HSL 228.08º 0.75% 0.38% -
HSV(B) 228.08º 0.86% 0.67% -
XYZ 8.91 5.64 38.65 -
YUV 57.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 24 53 170 0.86 0.69 0 0.33 228.08 0.75 0.38
Hex 18 35 AA 56 45 0 21 E4 4B 26
Octal 30 65 252 126 105 0 41 344 113 46
Binary 11000 110101 10101010 1010110 1000101 0 100001 11100100 1001011 100110

Color Harmonies of #1835AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1835AA

Black with #1835AA

Text Example


Text Example

White with #1835AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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