Html Css Color HEX #1B40AC Egyptian Blue

📋 copy color: '#1B40AC'

red 27 ◦ green 64 ◦ blue 172

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

Shades of Egyptian Blue #1B40AC

Tints of Egyptian Blue #1B40AC

RGB

 RED value IS 27 (10.94% from 255) = 10.27%

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 10.27%
G = 24.33%
B = 65.4%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B40AC (or 0x1B40AC) is known color: Egyptian Blue. HEX triplet: 1B, 40 and AC. RGB value is (27,64,172). Sum of RGB (Red+Green+Blue) = 27+64+172=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B40AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B40AC is #E4BF53. Grayscale: #404040. Windows color (decimal): -14991188 or 11288603. OLE color: 11288603.

HSL color Cylindrical-coordinate representation of color #1B40AC: hue angle of 224.69º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B40AC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 64 172 -
CMYK 0.84 0.63 0 0.33
HSL 224.69º 0.73% 0.39% -
HSV(B) 224.69º 0.84% 0.67% -
XYZ 9.73 6.88 39.84 -
YUV 65.25 188.24 100.72 -
System Red Green Blue C M Y K H S L
Decimal 27 64 172 0.84 0.63 0 0.33 224.69 0.73 0.39
Hex 1B 40 AC 54 3F 0 21 E1 49 27
Octal 33 100 254 124 77 0 41 341 111 47
Binary 11011 1000000 10101100 1010100 111111 0 100001 11100001 1001001 100111

Color Harmonies of #1B40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B40AC

Black with #1B40AC

Text Example


Text Example

White with #1B40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B40AC; }

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

 H1.HeaderClassName
 {
   color: #1B40AC;
 }
 .AnyTagClassName
 {
   color: #1B40AC;
 }
</style>

background-color css

<style>
 a { background-color: #1B40AC; }

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

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

border-color css

<style>
 span { border-color: #1B40AC; }

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

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