Html Css Color HEX #1835AC Egyptian Blue

📋 copy color: '#1835AC'

red 24 ◦ green 53 ◦ blue 172

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

Shades of Egyptian Blue #1835AC

Tints of Egyptian Blue #1835AC

RGB

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

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

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

R = 9.64%
G = 21.29%
B = 69.08%

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

#1835AC (or 0x1835AC) is known color: Egyptian Blue. HEX triplet: 18, 35 and AC. RGB value is (24,53,172). Sum of RGB (Red+Green+Blue) = 24+53+172=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #1835AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1835AC is #E7CA53. Grayscale: #393939. Windows color (decimal): -15190612 or 11285784. OLE color: 11285784.

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

Color convert

RGB 24 53 172 -
CMYK 0.86 0.69 0 0.33
HSL 228.24º 0.76% 0.38% -
HSV(B) 228.24º 0.86% 0.67% -
XYZ 9.1 5.72 39.65 -
YUV 57.9 192.39 103.82 -
System Red Green Blue C M Y K H S L
Decimal 24 53 172 0.86 0.69 0 0.33 228.24 0.76 0.38
Hex 18 35 AC 56 45 0 21 E4 4C 26
Octal 30 65 254 126 105 0 41 344 114 46
Binary 11000 110101 10101100 1010110 1000101 0 100001 11100100 1001100 100110

Color Harmonies of #1835AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1835AC

Black with #1835AC

Text Example


Text Example

White with #1835AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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