Html Css Color HEX #1B3EA4 Egyptian Blue

📋 copy color: '#1B3EA4'

red 27 ◦ green 62 ◦ blue 164

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

Shades of Egyptian Blue #1B3EA4

Tints of Egyptian Blue #1B3EA4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

 BLUE value IS 164 (64.45% from 255) = 64.82%

R = 10.67%
G = 24.51%
B = 64.82%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1B3EA4 (or 0x1B3EA4) is known color: Egyptian Blue. HEX triplet: 1B, 3E and A4. RGB value is (27,62,164). Sum of RGB (Red+Green+Blue) = 27+62+164=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #1B3EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3EA4 is #E4C15B. Grayscale: #3E3E3E. Windows color (decimal): -14991708 or 10763803. OLE color: 10763803.

HSL color Cylindrical-coordinate representation of color #1B3EA4: hue angle of 224.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B3EA4 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 27 62 164 -
CMYK 0.84 0.62 0 0.36
HSL 224.67º 0.72% 0.37% -
HSV(B) 224.67º 0.84% 0.64% -
XYZ 8.88 6.36 35.88 -
YUV 63.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 27 62 164 0.84 0.62 0 0.36 224.67 0.72 0.37
Hex 1B 3E A4 54 3E 0 24 E1 48 25
Octal 33 76 244 124 76 0 44 341 110 45
Binary 11011 111110 10100100 1010100 111110 0 100100 11100001 1001000 100101

Color Harmonies of #1B3EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3EA4

Black with #1B3EA4

Text Example


Text Example

White with #1B3EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,62,164); }

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

background-color css

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

 a { background-color: rgb(27,62,164); }

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

border-color css

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

 span { border-color: rgb(27,62,164); }

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