Html Css Color HEX #1A239D Egyptian Blue

📋 copy color: '#1A239D'

red 26 ◦ green 35 ◦ blue 157

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

Shades of Egyptian Blue #1A239D

Tints of Egyptian Blue #1A239D

RGB

 RED value IS 26 (10.55% from 255) = 11.93%

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 11.93%
G = 16.06%
B = 72.02%

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

#1A239D (or 0x1A239D) is known color: Egyptian Blue. HEX triplet: 1A, 23 and 9D. RGB value is (26,35,157). Sum of RGB (Red+Green+Blue) = 26+35+157=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A239D is #E5DC62. Grayscale: #2D2D2D. Windows color (decimal): -15064163 or 10298138. OLE color: 10298138.

HSL color Cylindrical-coordinate representation of color #1A239D: hue angle of 235.88º degrees, saturation: 0.72, 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 #1A239D is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 35 157 -
CMYK 0.83 0.78 0 0.38
HSL 235.88º 0.72% 0.36% -
HSV(B) 235.88º 0.83% 0.62% -
XYZ 7.11 3.86 32.27 -
YUV 46.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 26 35 157 0.83 0.78 0 0.38 235.88 0.72 0.36
Hex 1A 23 9D 53 4E 0 26 EC 48 24
Octal 32 43 235 123 116 0 46 354 110 44
Binary 11010 100011 10011101 1010011 1001110 0 100110 11101100 1001000 100100

Color Harmonies of #1A239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A239D

Black with #1A239D

Text Example


Text Example

White with #1A239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,35,157); }

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

background-color css

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

 a { background-color: rgb(26,35,157); }

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

border-color css

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

 span { border-color: rgb(26,35,157); }

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