Html Css Color HEX #1B358C Egyptian Blue

📋 copy color: '#1B358C'

red 27 ◦ green 53 ◦ blue 140

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

Shades of Egyptian Blue #1B358C

Tints of Egyptian Blue #1B358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.64%

R = 12.27%
G = 24.09%
B = 63.64%

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

#1B358C (or 0x1B358C) is known color: Egyptian Blue. HEX triplet: 1B, 35 and 8C. RGB value is (27,53,140). Sum of RGB (Red+Green+Blue) = 27+53+140=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B358C is #E4CA73. Grayscale: #363636. Windows color (decimal): -14994036 or 9188635. OLE color: 9188635.

HSL color Cylindrical-coordinate representation of color #1B358C: hue angle of 226.19º 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 #1B358C is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 53 140 -
CMYK 0.81 0.62 0 0.45
HSL 226.19º 0.68% 0.33% -
HSV(B) 226.19º 0.81% 0.55% -
XYZ 6.46 4.67 25.37 -
YUV 55.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 27 53 140 0.81 0.62 0 0.45 226.19 0.68 0.33
Hex 1B 35 8C 51 3E 0 2D E2 44 21
Octal 33 65 214 121 76 0 55 342 104 41
Binary 11011 110101 10001100 1010001 111110 0 101101 11100010 1000100 100001

Color Harmonies of #1B358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B358C

Black with #1B358C

Text Example


Text Example

White with #1B358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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