Html Css Color HEX #1B4699 Egyptian Blue

📋 copy color: '#1B4699'

red 27 ◦ green 70 ◦ blue 153

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

Shades of Egyptian Blue #1B4699

Tints of Egyptian Blue #1B4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 10.8%
G = 28%
B = 61.2%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B4699 (or 0x1B4699) is known color: Egyptian Blue. HEX triplet: 1B, 46 and 99. RGB value is (27,70,153). Sum of RGB (Red+Green+Blue) = 27+70+153=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B4699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4699 is #E4B966. Grayscale: #424242. Windows color (decimal): -14989671 or 10044955. OLE color: 10044955.

HSL color Cylindrical-coordinate representation of color #1B4699: hue angle of 219.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4699 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 70 153 -
CMYK 0.82 0.54 0 0.4
HSL 219.52º 0.7% 0.35% -
HSV(B) 219.52º 0.82% 0.6% -
XYZ 8.39 6.91 31.03 -
YUV 66.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 27 70 153 0.82 0.54 0 0.4 219.52 0.7 0.35
Hex 1B 46 99 52 36 0 28 DC 46 23
Octal 33 106 231 122 66 0 50 334 106 43
Binary 11011 1000110 10011001 1010010 110110 0 101000 11011100 1000110 100011

Color Harmonies of #1B4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4699

Black with #1B4699

Text Example


Text Example

White with #1B4699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,70,153); }

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

background-color css

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

 a { background-color: rgb(27,70,153); }

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

border-color css

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

 span { border-color: rgb(27,70,153); }

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