Html Css Color HEX #1B229E Egyptian Blue

📋 copy color: '#1B229E'

red 27 ◦ green 34 ◦ blue 158

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

Shades of Egyptian Blue #1B229E

Tints of Egyptian Blue #1B229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.53%

 BLUE value IS 158 (62.11% from 255) = 72.15%

R = 12.33%
G = 15.53%
B = 72.15%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B229E (or 0x1B229E) is known color: Egyptian Blue. HEX triplet: 1B, 22 and 9E. RGB value is (27,34,158). Sum of RGB (Red+Green+Blue) = 27+34+158=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B229E is #E4DD61. Grayscale: #2D2D2D. Windows color (decimal): -14998882 or 10363419. OLE color: 10363419.

HSL color Cylindrical-coordinate representation of color #1B229E: hue angle of 236.79º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B229E is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 34 158 -
CMYK 0.83 0.78 0 0.38
HSL 236.79º 0.71% 0.36% -
HSV(B) 236.79º 0.83% 0.62% -
XYZ 7.2 3.85 32.71 -
YUV 46.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 27 34 158 0.83 0.78 0 0.38 236.79 0.71 0.36
Hex 1B 22 9E 53 4E 0 26 ED 47 24
Octal 33 42 236 123 116 0 46 355 107 44
Binary 11011 100010 10011110 1010011 1001110 0 100110 11101101 1000111 100100

Color Harmonies of #1B229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B229E

Black with #1B229E

Text Example


Text Example

White with #1B229E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,34,158); }

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

background-color css

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

 a { background-color: rgb(27,34,158); }

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

border-color css

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

 span { border-color: rgb(27,34,158); }

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