Html Css Color HEX #1B3789 Egyptian Blue

📋 copy color: '#1B3789'

red 27 ◦ green 55 ◦ blue 137

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

Shades of Egyptian Blue #1B3789

Tints of Egyptian Blue #1B3789

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.11%

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 12.33%
G = 25.11%
B = 62.56%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1B3789 (or 0x1B3789) is known color: Egyptian Blue. HEX triplet: 1B, 37 and 89. RGB value is (27,55,137). Sum of RGB (Red+Green+Blue) = 27+55+137=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #1B3789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3789 is #E4C876. Grayscale: #373737. Windows color (decimal): -14993527 or 8992539. OLE color: 8992539.

HSL color Cylindrical-coordinate representation of color #1B3789: hue angle of 224.73º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B3789 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 27 55 137 -
CMYK 0.80 0.60 0 0.46
HSL 224.73º 0.67% 0.32% -
HSV(B) 224.73º 0.8% 0.54% -
XYZ 6.33 4.77 24.25 -
YUV 55.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 27 55 137 0.80 0.60 0 0.46 224.73 0.67 0.32
Hex 1B 37 89 50 3C 0 2E E1 43 20
Octal 33 67 211 120 74 0 56 341 103 40
Binary 11011 110111 10001001 1010000 111100 0 101110 11100001 1000011 100000

Color Harmonies of #1B3789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3789

Black with #1B3789

Text Example


Text Example

White with #1B3789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,55,137); }

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

background-color css

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

 a { background-color: rgb(27,55,137); }

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

border-color css

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

 span { border-color: rgb(27,55,137); }

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