Html Css Color HEX #1B29AC Egyptian Blue

📋 copy color: '#1B29AC'

red 27 ◦ green 41 ◦ blue 172

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

Shades of Egyptian Blue #1B29AC

Tints of Egyptian Blue #1B29AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 11.25%
G = 17.08%
B = 71.67%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B29AC (or 0x1B29AC) is known color: Egyptian Blue. HEX triplet: 1B, 29 and AC. RGB value is (27,41,172). Sum of RGB (Red+Green+Blue) = 27+41+172=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B29AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B29AC is #E4D653. Grayscale: #333333. Windows color (decimal): -14997076 or 11282715. OLE color: 11282715.

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

Color convert

RGB 27 41 172 -
CMYK 0.84 0.76 0 0.33
HSL 234.21º 0.73% 0.39% -
HSV(B) 234.21º 0.84% 0.67% -
XYZ 8.69 4.8 39.5 -
YUV 51.75 195.86 110.35 -
System Red Green Blue C M Y K H S L
Decimal 27 41 172 0.84 0.76 0 0.33 234.21 0.73 0.39
Hex 1B 29 AC 54 4C 0 21 EA 49 27
Octal 33 51 254 124 114 0 41 352 111 47
Binary 11011 101001 10101100 1010100 1001100 0 100001 11101010 1001001 100111

Color Harmonies of #1B29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B29AC

Black with #1B29AC

Text Example


Text Example

White with #1B29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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