Html Css Color HEX #1B368E Egyptian Blue

📋 copy color: '#1B368E'

red 27 ◦ green 54 ◦ blue 142

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

Shades of Egyptian Blue #1B368E

Tints of Egyptian Blue #1B368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 142 (55.86% from 255) = 63.68%

R = 12.11%
G = 24.22%
B = 63.68%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B368E (or 0x1B368E) is known color: Egyptian Blue. HEX triplet: 1B, 36 and 8E. RGB value is (27,54,142). Sum of RGB (Red+Green+Blue) = 27+54+142=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B368E is #E4C971. Grayscale: #373737. Windows color (decimal): -14993778 or 9319963. OLE color: 9319963.

HSL color Cylindrical-coordinate representation of color #1B368E: hue angle of 225.91º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B368E is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 54 142 -
CMYK 0.81 0.62 0 0.44
HSL 225.91º 0.68% 0.33% -
HSV(B) 225.91º 0.81% 0.56% -
XYZ 6.65 4.82 26.17 -
YUV 55.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 27 54 142 0.81 0.62 0 0.44 225.91 0.68 0.33
Hex 1B 36 8E 51 3E 0 2C E2 44 21
Octal 33 66 216 121 76 0 54 342 104 41
Binary 11011 110110 10001110 1010001 111110 0 101100 11100010 1000100 100001

Color Harmonies of #1B368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B368E

Black with #1B368E

Text Example


Text Example

White with #1B368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,54,142); }

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

background-color css

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

 a { background-color: rgb(27,54,142); }

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

border-color css

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

 span { border-color: rgb(27,54,142); }

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