Html Css Color HEX #1B28AD Egyptian Blue

📋 copy color: '#1B28AD'

red 27 ◦ green 40 ◦ blue 173

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

Shades of Egyptian Blue #1B28AD

Tints of Egyptian Blue #1B28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 11.25%
G = 16.67%
B = 72.08%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B28AD (or 0x1B28AD) is known color: Egyptian Blue. HEX triplet: 1B, 28 and AD. RGB value is (27,40,173). Sum of RGB (Red+Green+Blue) = 27+40+173=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B28AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B28AD is #E4D752. Grayscale: #323232. Windows color (decimal): -14997331 or 11347995. OLE color: 11347995.

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

Color convert

RGB 27 40 173 -
CMYK 0.84 0.77 0 0.32
HSL 234.66º 0.73% 0.39% -
HSV(B) 234.66º 0.84% 0.68% -
XYZ 8.75 4.77 39.99 -
YUV 51.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 27 40 173 0.84 0.77 0 0.32 234.66 0.73 0.39
Hex 1B 28 AD 54 4D 0 20 EB 49 27
Octal 33 50 255 124 115 0 40 353 111 47
Binary 11011 101000 10101101 1010100 1001101 0 100000 11101011 1001001 100111

Color Harmonies of #1B28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B28AD

Black with #1B28AD

Text Example


Text Example

White with #1B28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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