Html Css Color HEX #1B28AB Egyptian Blue

📋 copy color: '#1B28AB'

red 27 ◦ green 40 ◦ blue 171

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

Shades of Egyptian Blue #1B28AB

Tints of Egyptian Blue #1B28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 11.34%
G = 16.81%
B = 71.85%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B28AB (or 0x1B28AB) is known color: Egyptian Blue. HEX triplet: 1B, 28 and AB. RGB value is (27,40,171). Sum of RGB (Red+Green+Blue) = 27+40+171=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B28AB is #E4D754. Grayscale: #323232. Windows color (decimal): -14997333 or 11216923. OLE color: 11216923.

HSL color Cylindrical-coordinate representation of color #1B28AB: hue angle of 234.58º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B28AB is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 40 171 -
CMYK 0.84 0.77 0 0.33
HSL 234.58º 0.73% 0.39% -
HSV(B) 234.58º 0.84% 0.67% -
XYZ 8.56 4.69 38.98 -
YUV 51.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 27 40 171 0.84 0.77 0 0.33 234.58 0.73 0.39
Hex 1B 28 AB 54 4D 0 21 EB 49 27
Octal 33 50 253 124 115 0 41 353 111 47
Binary 11011 101000 10101011 1010100 1001101 0 100001 11101011 1001001 100111

Color Harmonies of #1B28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B28AB

Black with #1B28AB

Text Example


Text Example

White with #1B28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,40,171); }

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

background-color css

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

 a { background-color: rgb(27,40,171); }

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

border-color css

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

 span { border-color: rgb(27,40,171); }

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