Html Css Color HEX #181BAE Egyptian Blue

📋 copy color: '#181BAE'

red 24 ◦ green 27 ◦ blue 174

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

Shades of Egyptian Blue #181BAE

Tints of Egyptian Blue #181BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 10.67%
G = 12%
B = 77.33%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#181BAE (or 0x181BAE) is known color: Egyptian Blue. HEX triplet: 18, 1B and AE. RGB value is (24,27,174). Sum of RGB (Red+Green+Blue) = 24+27+174=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #181BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181BAE is #E7E451. Grayscale: #2A2A2A. Windows color (decimal): -15197266 or 11410200. OLE color: 11410200.

HSL color Cylindrical-coordinate representation of color #181BAE: hue angle of 238.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181BAE is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 27 174 -
CMYK 0.86 0.84 0 0.32
HSL 238.8º 0.76% 0.39% -
HSV(B) 238.8º 0.86% 0.68% -
XYZ 8.41 4.03 40.38 -
YUV 42.86 202.01 114.55 -
System Red Green Blue C M Y K H S L
Decimal 24 27 174 0.86 0.84 0 0.32 238.8 0.76 0.39
Hex 18 1B AE 56 54 0 20 EF 4C 27
Octal 30 33 256 126 124 0 40 357 114 47
Binary 11000 11011 10101110 1010110 1010100 0 100000 11101111 1001100 100111

Color Harmonies of #181BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181BAE

Black with #181BAE

Text Example


Text Example

White with #181BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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