Html Css Color HEX #1B358D Egyptian Blue

📋 copy color: '#1B358D'

red 27 ◦ green 53 ◦ blue 141

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

Shades of Egyptian Blue #1B358D

Tints of Egyptian Blue #1B358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 12.22%
G = 23.98%
B = 63.8%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B358D (or 0x1B358D) is known color: Egyptian Blue. HEX triplet: 1B, 35 and 8D. RGB value is (27,53,141). Sum of RGB (Red+Green+Blue) = 27+53+141=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B358D is #E4CA72. Grayscale: #363636. Windows color (decimal): -14994035 or 9254171. OLE color: 9254171.

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

Color convert

RGB 27 53 141 -
CMYK 0.81 0.62 0 0.45
HSL 226.32º 0.68% 0.33% -
HSV(B) 226.32º 0.81% 0.55% -
XYZ 6.53 4.7 25.76 -
YUV 55.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 27 53 141 0.81 0.62 0 0.45 226.32 0.68 0.33
Hex 1B 35 8D 51 3E 0 2D E2 44 21
Octal 33 65 215 121 76 0 55 342 104 41
Binary 11011 110101 10001101 1010001 111110 0 101101 11100010 1000100 100001

Color Harmonies of #1B358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B358D

Black with #1B358D

Text Example


Text Example

White with #1B358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,53,141); }

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

background-color css

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

 a { background-color: rgb(27,53,141); }

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

border-color css

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

 span { border-color: rgb(27,53,141); }

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