Html Css Color HEX #1836AC Egyptian Blue

📋 copy color: '#1836AC'

red 24 ◦ green 54 ◦ blue 172

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

Shades of Egyptian Blue #1836AC

Tints of Egyptian Blue #1836AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 9.6%
G = 21.6%
B = 68.8%

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

#1836AC (or 0x1836AC) is known color: Egyptian Blue. HEX triplet: 18, 36 and AC. RGB value is (24,54,172). Sum of RGB (Red+Green+Blue) = 24+54+172=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #1836AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1836AC is #E7C953. Grayscale: #393939. Windows color (decimal): -15190356 or 11286040. OLE color: 11286040.

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

Color convert

RGB 24 54 172 -
CMYK 0.86 0.69 0 0.33
HSL 227.84º 0.76% 0.38% -
HSV(B) 227.84º 0.86% 0.67% -
XYZ 9.14 5.81 39.67 -
YUV 58.48 192.06 103.41 -
System Red Green Blue C M Y K H S L
Decimal 24 54 172 0.86 0.69 0 0.33 227.84 0.76 0.38
Hex 18 36 AC 56 45 0 21 E4 4C 26
Octal 30 66 254 126 105 0 41 344 114 46
Binary 11000 110110 10101100 1010110 1000101 0 100001 11100100 1001100 100110

Color Harmonies of #1836AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836AC

Black with #1836AC

Text Example


Text Example

White with #1836AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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