Html Css Color HEX #181BAC Egyptian Blue

📋 copy color: '#181BAC'

red 24 ◦ green 27 ◦ blue 172

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

Shades of Egyptian Blue #181BAC

Tints of Egyptian Blue #181BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.11%

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

R = 10.76%
G = 12.11%
B = 77.13%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#181BAC (or 0x181BAC) is known color: Egyptian Blue. HEX triplet: 18, 1B and AC. RGB value is (24,27,172). Sum of RGB (Red+Green+Blue) = 24+27+172=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #181BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181BAC is #E7E453. Grayscale: #2A2A2A. Windows color (decimal): -15197268 or 11279128. OLE color: 11279128.

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

Color convert

RGB 24 27 172 -
CMYK 0.86 0.84 0 0.33
HSL 238.78º 0.76% 0.38% -
HSV(B) 238.78º 0.86% 0.67% -
XYZ 8.22 3.96 39.36 -
YUV 42.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 24 27 172 0.86 0.84 0 0.33 238.78 0.76 0.38
Hex 18 1B AC 56 54 0 21 EF 4C 26
Octal 30 33 254 126 124 0 41 357 114 46
Binary 11000 11011 10101100 1010110 1010100 0 100001 11101111 1001100 100110

Color Harmonies of #181BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181BAC

Black with #181BAC

Text Example


Text Example

White with #181BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181BAC; }

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

 H1.HeaderClassName
 {
   color: #181BAC;
 }
 .AnyTagClassName
 {
   color: #181BAC;
 }
</style>

background-color css

<style>
 a { background-color: #181BAC; }

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

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

border-color css

<style>
 span { border-color: #181BAC; }

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

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