Html Css Color HEX #1B2AAC Egyptian Blue

📋 copy color: '#1B2AAC'

red 27 ◦ green 42 ◦ blue 172

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

Shades of Egyptian Blue #1B2AAC

Tints of Egyptian Blue #1B2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

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

R = 11.2%
G = 17.43%
B = 71.37%

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

#1B2AAC (or 0x1B2AAC) is known color: Egyptian Blue. HEX triplet: 1B, 2A and AC. RGB value is (27,42,172). Sum of RGB (Red+Green+Blue) = 27+42+172=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B2AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AAC is #E4D553. Grayscale: #333333. Windows color (decimal): -14996820 or 11282971. OLE color: 11282971.

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

Color convert

RGB 27 42 172 -
CMYK 0.84 0.76 0 0.33
HSL 233.79º 0.73% 0.39% -
HSV(B) 233.79º 0.84% 0.67% -
XYZ 8.73 4.87 39.51 -
YUV 52.34 195.53 109.93 -
System Red Green Blue C M Y K H S L
Decimal 27 42 172 0.84 0.76 0 0.33 233.79 0.73 0.39
Hex 1B 2A AC 54 4C 0 21 EA 49 27
Octal 33 52 254 124 114 0 41 352 111 47
Binary 11011 101010 10101100 1010100 1001100 0 100001 11101010 1001001 100111

Color Harmonies of #1B2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2AAC

Black with #1B2AAC

Text Example


Text Example

White with #1B2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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