Html Css Color HEX #1B2E99 Egyptian Blue

📋 copy color: '#1B2E99'

red 27 ◦ green 46 ◦ blue 153

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

Shades of Egyptian Blue #1B2E99

Tints of Egyptian Blue #1B2E99

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

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

R = 11.95%
G = 20.35%
B = 67.7%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B2E99 (or 0x1B2E99) is known color: Egyptian Blue. HEX triplet: 1B, 2E and 99. RGB value is (27,46,153). Sum of RGB (Red+Green+Blue) = 27+46+153=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2E99 is #E4D166. Grayscale: #343434. Windows color (decimal): -14995815 or 10038811. OLE color: 10038811.

HSL color Cylindrical-coordinate representation of color #1B2E99: hue angle of 230.95º 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 #1B2E99 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 46 153 -
CMYK 0.82 0.70 0 0.4
HSL 230.95º 0.7% 0.35% -
HSV(B) 230.95º 0.82% 0.6% -
XYZ 7.18 4.49 30.62 -
YUV 52.52 184.71 109.8 -
System Red Green Blue C M Y K H S L
Decimal 27 46 153 0.82 0.70 0 0.4 230.95 0.7 0.35
Hex 1B 2E 99 52 46 0 28 E7 46 23
Octal 33 56 231 122 106 0 50 347 106 43
Binary 11011 101110 10011001 1010010 1000110 0 101000 11100111 1000110 100011

Color Harmonies of #1B2E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2E99

Black with #1B2E99

Text Example


Text Example

White with #1B2E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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