Html Css Color HEX #1A388A Egyptian Blue

📋 copy color: '#1A388A'

red 26 ◦ green 56 ◦ blue 138

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

Shades of Egyptian Blue #1A388A

Tints of Egyptian Blue #1A388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

 BLUE value IS 138 (54.3% from 255) = 62.73%

R = 11.82%
G = 25.45%
B = 62.73%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A388A (or 0x1A388A) is known color: Egyptian Blue. HEX triplet: 1A, 38 and 8A. RGB value is (26,56,138). Sum of RGB (Red+Green+Blue) = 26+56+138=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A388A is #E5C775. Grayscale: #383838. Windows color (decimal): -15058806 or 9058330. OLE color: 9058330.

HSL color Cylindrical-coordinate representation of color #1A388A: hue angle of 223.93º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A388A is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 56 138 -
CMYK 0.81 0.59 0 0.46
HSL 223.93º 0.68% 0.32% -
HSV(B) 223.93º 0.81% 0.54% -
XYZ 6.43 4.88 24.65 -
YUV 56.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 26 56 138 0.81 0.59 0 0.46 223.93 0.68 0.32
Hex 1A 38 8A 51 3B 0 2E E0 44 20
Octal 32 70 212 121 73 0 56 340 104 40
Binary 11010 111000 10001010 1010001 111011 0 101110 11100000 1000100 100000

Color Harmonies of #1A388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A388A

Black with #1A388A

Text Example


Text Example

White with #1A388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,56,138); }

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

background-color css

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

 a { background-color: rgb(26,56,138); }

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

border-color css

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

 span { border-color: rgb(26,56,138); }

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