Html Css Color HEX #1B2AAA Egyptian Blue

📋 copy color: '#1B2AAA'

red 27 ◦ green 42 ◦ blue 170

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

Shades of Egyptian Blue #1B2AAA

Tints of Egyptian Blue #1B2AAA

RGB

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

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

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

R = 11.3%
G = 17.57%
B = 71.13%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B2AAA (or 0x1B2AAA) is known color: Egyptian Blue. HEX triplet: 1B, 2A and AA. RGB value is (27,42,170). Sum of RGB (Red+Green+Blue) = 27+42+170=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AAA is #E4D555. Grayscale: #333333. Windows color (decimal): -14996822 or 11151899. OLE color: 11151899.

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

Color convert

RGB 27 42 170 -
CMYK 0.84 0.75 0 0.33
HSL 233.71º 0.73% 0.39% -
HSV(B) 233.71º 0.84% 0.67% -
XYZ 8.54 4.79 38.51 -
YUV 52.11 194.53 110.09 -
System Red Green Blue C M Y K H S L
Decimal 27 42 170 0.84 0.75 0 0.33 233.71 0.73 0.39
Hex 1B 2A AA 54 4B 0 21 EA 49 27
Octal 33 52 252 124 113 0 41 352 111 47
Binary 11011 101010 10101010 1010100 1001011 0 100001 11101010 1001001 100111

Color Harmonies of #1B2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2AAA

Black with #1B2AAA

Text Example


Text Example

White with #1B2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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