Html Css Color HEX #1B4096 Egyptian Blue

📋 copy color: '#1B4096'

red 27 ◦ green 64 ◦ blue 150

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

Shades of Egyptian Blue #1B4096

Tints of Egyptian Blue #1B4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 11.2%
G = 26.56%
B = 62.24%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1B4096 (or 0x1B4096) is known color: Egyptian Blue. HEX triplet: 1B, 40 and 96. RGB value is (27,64,150). Sum of RGB (Red+Green+Blue) = 27+64+150=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B4096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4096 is #E4BF69. Grayscale: #3E3E3E. Windows color (decimal): -14991210 or 9846811. OLE color: 9846811.

HSL color Cylindrical-coordinate representation of color #1B4096: hue angle of 221.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4096 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 27 64 150 -
CMYK 0.82 0.57 0 0.41
HSL 221.95º 0.69% 0.35% -
HSV(B) 221.95º 0.82% 0.59% -
XYZ 7.79 6.1 29.62 -
YUV 62.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 27 64 150 0.82 0.57 0 0.41 221.95 0.69 0.35
Hex 1B 40 96 52 39 0 29 DE 45 23
Octal 33 100 226 122 71 0 51 336 105 43
Binary 11011 1000000 10010110 1010010 111001 0 101001 11011110 1000101 100011

Color Harmonies of #1B4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4096

Black with #1B4096

Text Example


Text Example

White with #1B4096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,64,150); }

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

background-color css

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

 a { background-color: rgb(27,64,150); }

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

border-color css

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

 span { border-color: rgb(27,64,150); }

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