Html Css Color HEX #1834AC Egyptian Blue

📋 copy color: '#1834AC'

red 24 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #1834AC

Tints of Egyptian Blue #1834AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 9.68%
G = 20.97%
B = 69.35%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1834AC (or 0x1834AC) is known color: Egyptian Blue. HEX triplet: 18, 34 and AC. RGB value is (24,52,172). Sum of RGB (Red+Green+Blue) = 24+52+172=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #1834AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1834AC is #E7CB53. Grayscale: #383838. Windows color (decimal): -15190868 or 11285528. OLE color: 11285528.

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

Color convert

RGB 24 52 172 -
CMYK 0.86 0.70 0 0.33
HSL 228.65º 0.76% 0.38% -
HSV(B) 228.65º 0.86% 0.67% -
XYZ 9.05 5.63 39.64 -
YUV 57.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 24 52 172 0.86 0.70 0 0.33 228.65 0.76 0.38
Hex 18 34 AC 56 46 0 21 E5 4C 26
Octal 30 64 254 126 106 0 41 345 114 46
Binary 11000 110100 10101100 1010110 1000110 0 100001 11100101 1001100 100110

Color Harmonies of #1834AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1834AC

Black with #1834AC

Text Example


Text Example

White with #1834AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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