Html Css Color HEX #1B4AAA Egyptian Blue

📋 copy color: '#1B4AAA'

red 27 ◦ green 74 ◦ blue 170

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

Shades of Egyptian Blue #1B4AAA

Tints of Egyptian Blue #1B4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 9.96%
G = 27.31%
B = 62.73%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B4AAA (or 0x1B4AAA) is known color: Egyptian Blue. HEX triplet: 1B, 4A and AA. RGB value is (27,74,170). Sum of RGB (Red+Green+Blue) = 27+74+170=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4AAA is #E4B555. Grayscale: #464646. Windows color (decimal): -14988630 or 11160091. OLE color: 11160091.

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

Color convert

RGB 27 74 170 -
CMYK 0.84 0.56 0 0.33
HSL 220.28º 0.73% 0.39% -
HSV(B) 220.28º 0.84% 0.67% -
XYZ 10.16 8.03 39.05 -
YUV 70.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 27 74 170 0.84 0.56 0 0.33 220.28 0.73 0.39
Hex 1B 4A AA 54 38 0 21 DC 49 27
Octal 33 112 252 124 70 0 41 334 111 47
Binary 11011 1001010 10101010 1010100 111000 0 100001 11011100 1001001 100111

Color Harmonies of #1B4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4AAA

Black with #1B4AAA

Text Example


Text Example

White with #1B4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,74,170); }

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

background-color css

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

 a { background-color: rgb(27,74,170); }

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

border-color css

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

 span { border-color: rgb(27,74,170); }

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