Html Css Color HEX #1B2AA7 Egyptian Blue

📋 copy color: '#1B2AA7'

red 27 ◦ green 42 ◦ blue 167

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

Shades of Egyptian Blue #1B2AA7

Tints of Egyptian Blue #1B2AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 70.76%

R = 11.44%
G = 17.8%
B = 70.76%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1B2AA7 (or 0x1B2AA7) is known color: Egyptian Blue. HEX triplet: 1B, 2A and A7. RGB value is (27,42,167). Sum of RGB (Red+Green+Blue) = 27+42+167=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 167 (65.62% from 255 or 70.76% from 236); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B2AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AA7 is #E4D558. Grayscale: #333333. Windows color (decimal): -14996825 or 10955291. OLE color: 10955291.

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

Color convert

RGB 27 42 167 -
CMYK 0.84 0.75 0 0.35
HSL 233.57º 0.72% 0.38% -
HSV(B) 233.57º 0.84% 0.65% -
XYZ 8.26 4.68 37.03 -
YUV 51.77 193.03 110.34 -
System Red Green Blue C M Y K H S L
Decimal 27 42 167 0.84 0.75 0 0.35 233.57 0.72 0.38
Hex 1B 2A A7 54 4B 0 23 EA 48 26
Octal 33 52 247 124 113 0 43 352 110 46
Binary 11011 101010 10100111 1010100 1001011 0 100011 11101010 1001000 100110

Color Harmonies of #1B2AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2AA7

Black with #1B2AA7

Text Example


Text Example

White with #1B2AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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