Html Css Color HEX #1B4295 Egyptian Blue

📋 copy color: '#1B4295'

red 27 ◦ green 66 ◦ blue 149

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

Shades of Egyptian Blue #1B4295

Tints of Egyptian Blue #1B4295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

 BLUE value IS 149 (58.59% from 255) = 61.57%

R = 11.16%
G = 27.27%
B = 61.57%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1B4295 (or 0x1B4295) is known color: Egyptian Blue. HEX triplet: 1B, 42 and 95. RGB value is (27,66,149). Sum of RGB (Red+Green+Blue) = 27+66+149=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4295 is #E4BD6A. Grayscale: #3F3F3F. Windows color (decimal): -14990699 or 9781787. OLE color: 9781787.

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

Color convert

RGB 27 66 149 -
CMYK 0.82 0.56 0 0.42
HSL 220.82º 0.69% 0.35% -
HSV(B) 220.82º 0.82% 0.58% -
XYZ 7.83 6.3 29.24 -
YUV 63.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 27 66 149 0.82 0.56 0 0.42 220.82 0.69 0.35
Hex 1B 42 95 52 38 0 2A DD 45 23
Octal 33 102 225 122 70 0 52 335 105 43
Binary 11011 1000010 10010101 1010010 111000 0 101010 11011101 1000101 100011

Color Harmonies of #1B4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4295

Black with #1B4295

Text Example


Text Example

White with #1B4295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,66,149); }

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

background-color css

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

 a { background-color: rgb(27,66,149); }

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

border-color css

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

 span { border-color: rgb(27,66,149); }

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