Html Css Color HEX #1826AB Egyptian Blue

📋 copy color: '#1826AB'

red 24 ◦ green 38 ◦ blue 171

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

Shades of Egyptian Blue #1826AB

Tints of Egyptian Blue #1826AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

 BLUE value IS 171 (67.19% from 255) = 73.39%

R = 10.3%
G = 16.31%
B = 73.39%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1826AB (or 0x1826AB) is known color: Egyptian Blue. HEX triplet: 18, 26 and AB. RGB value is (24,38,171). Sum of RGB (Red+Green+Blue) = 24+38+171=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #1826AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1826AB is #E7D954. Grayscale: #303030. Windows color (decimal): -15194453 or 11216408. OLE color: 11216408.

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

Color convert

RGB 24 38 171 -
CMYK 0.86 0.78 0 0.33
HSL 234.29º 0.75% 0.38% -
HSV(B) 234.29º 0.86% 0.67% -
XYZ 8.42 4.52 38.96 -
YUV 48.98 196.86 110.19 -
System Red Green Blue C M Y K H S L
Decimal 24 38 171 0.86 0.78 0 0.33 234.29 0.75 0.38
Hex 18 26 AB 56 4E 0 21 EA 4B 26
Octal 30 46 253 126 116 0 41 352 113 46
Binary 11000 100110 10101011 1010110 1001110 0 100001 11101010 1001011 100110

Color Harmonies of #1826AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1826AB

Black with #1826AB

Text Example


Text Example

White with #1826AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1826AB; }

 p { color: rgb(24,38,171); }

 H1.HeaderClassName
 {
   color: #1826AB;
 }
 .AnyTagClassName
 {
   color: #1826AB;
 }
</style>

background-color css

<style>
 a { background-color: #1826AB; }

 a { background-color: rgb(24,38,171); }

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

border-color css

<style>
 span { border-color: #1826AB; }

 span { border-color: rgb(24,38,171); }

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