Html Css Color HEX #1B2AA9 Egyptian Blue

📋 copy color: '#1B2AA9'

red 27 ◦ green 42 ◦ blue 169

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

Shades of Egyptian Blue #1B2AA9

Tints of Egyptian Blue #1B2AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 71.01%

R = 11.34%
G = 17.65%
B = 71.01%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1B2AA9 (or 0x1B2AA9) is known color: Egyptian Blue. HEX triplet: 1B, 2A and A9. RGB value is (27,42,169). Sum of RGB (Red+Green+Blue) = 27+42+169=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 169 (66.41% from 255 or 71.01% from 238); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B2AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AA9 is #E4D556. Grayscale: #333333. Windows color (decimal): -14996823 or 11086363. OLE color: 11086363.

HSL color Cylindrical-coordinate representation of color #1B2AA9: hue angle of 233.66º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B2AA9 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 27 42 169 -
CMYK 0.84 0.75 0 0.34
HSL 233.66º 0.72% 0.38% -
HSV(B) 233.66º 0.84% 0.66% -
XYZ 8.44 4.75 38.01 -
YUV 51.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 27 42 169 0.84 0.75 0 0.34 233.66 0.72 0.38
Hex 1B 2A A9 54 4B 0 22 EA 48 26
Octal 33 52 251 124 113 0 42 352 110 46
Binary 11011 101010 10101001 1010100 1001011 0 100010 11101010 1001000 100110

Color Harmonies of #1B2AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2AA9

Black with #1B2AA9

Text Example


Text Example

White with #1B2AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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