Html Css Color HEX #1B4090 Egyptian Blue

📋 copy color: '#1B4090'

red 27 ◦ green 64 ◦ blue 144

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

Shades of Egyptian Blue #1B4090

Tints of Egyptian Blue #1B4090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.28%

R = 11.49%
G = 27.23%
B = 61.28%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B4090 (or 0x1B4090) is known color: Egyptian Blue. HEX triplet: 1B, 40 and 90. RGB value is (27,64,144). Sum of RGB (Red+Green+Blue) = 27+64+144=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B4090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4090 is #E4BF6F. Grayscale: #3D3D3D. Windows color (decimal): -14991216 or 9453595. OLE color: 9453595.

HSL color Cylindrical-coordinate representation of color #1B4090: hue angle of 221.03º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B4090 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 64 144 -
CMYK 0.81 0.56 0 0.44
HSL 221.03º 0.68% 0.34% -
HSV(B) 221.03º 0.81% 0.56% -
XYZ 7.32 5.91 27.14 -
YUV 62.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 27 64 144 0.81 0.56 0 0.44 221.03 0.68 0.34
Hex 1B 40 90 51 38 0 2C DD 44 22
Octal 33 100 220 121 70 0 54 335 104 42
Binary 11011 1000000 10010000 1010001 111000 0 101100 11011101 1000100 100010

Color Harmonies of #1B4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4090

Black with #1B4090

Text Example


Text Example

White with #1B4090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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