Html Css Color HEX #1B398E Egyptian Blue

📋 copy color: '#1B398E'

red 27 ◦ green 57 ◦ blue 142

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

Shades of Egyptian Blue #1B398E

Tints of Egyptian Blue #1B398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

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

R = 11.95%
G = 25.22%
B = 62.83%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B398E (or 0x1B398E) is known color: Egyptian Blue. HEX triplet: 1B, 39 and 8E. RGB value is (27,57,142). Sum of RGB (Red+Green+Blue) = 27+57+142=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B398E is #E4C671. Grayscale: #393939. Windows color (decimal): -14993010 or 9320731. OLE color: 9320731.

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

Color convert

RGB 27 57 142 -
CMYK 0.81 0.60 0 0.44
HSL 224.35º 0.68% 0.33% -
HSV(B) 224.35º 0.81% 0.56% -
XYZ 6.8 5.11 26.22 -
YUV 57.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 27 57 142 0.81 0.60 0 0.44 224.35 0.68 0.33
Hex 1B 39 8E 51 3C 0 2C E0 44 21
Octal 33 71 216 121 74 0 54 340 104 41
Binary 11011 111001 10001110 1010001 111100 0 101100 11100000 1000100 100001

Color Harmonies of #1B398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B398E

Black with #1B398E

Text Example


Text Example

White with #1B398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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