Html Css Color HEX #1B2899 Egyptian Blue

📋 copy color: '#1B2899'

red 27 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #1B2899

Tints of Egyptian Blue #1B2899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.55%

R = 12.27%
G = 18.18%
B = 69.55%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B2899 (or 0x1B2899) is known color: Egyptian Blue. HEX triplet: 1B, 28 and 99. RGB value is (27,40,153). Sum of RGB (Red+Green+Blue) = 27+40+153=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2899 is #E4D766. Grayscale: #303030. Windows color (decimal): -14997351 or 10037275. OLE color: 10037275.

HSL color Cylindrical-coordinate representation of color #1B2899: hue angle of 233.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2899 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 40 153 -
CMYK 0.82 0.74 0 0.4
HSL 233.81º 0.7% 0.35% -
HSV(B) 233.81º 0.82% 0.6% -
XYZ 6.96 4.05 30.55 -
YUV 49 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 27 40 153 0.82 0.74 0 0.4 233.81 0.7 0.35
Hex 1B 28 99 52 4A 0 28 EA 46 23
Octal 33 50 231 122 112 0 50 352 106 43
Binary 11011 101000 10011001 1010010 1001010 0 101000 11101010 1000110 100011

Color Harmonies of #1B2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2899

Black with #1B2899

Text Example


Text Example

White with #1B2899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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