Html Css Color HEX #1A30A4 Egyptian Blue

📋 copy color: '#1A30A4'

red 26 ◦ green 48 ◦ blue 164

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

Shades of Egyptian Blue #1A30A4

Tints of Egyptian Blue #1A30A4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 164 (64.45% from 255) = 68.91%

R = 10.92%
G = 20.17%
B = 68.91%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1A30A4 (or 0x1A30A4) is known color: Egyptian Blue. HEX triplet: 1A, 30 and A4. RGB value is (26,48,164). Sum of RGB (Red+Green+Blue) = 26+48+164=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 164 (64.45% from 255 or 68.91% from 238); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A30A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A30A4 is #E5CF5B. Grayscale: #363636. Windows color (decimal): -15060828 or 10760218. OLE color: 10760218.

HSL color Cylindrical-coordinate representation of color #1A30A4: hue angle of 230.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A30A4 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 48 164 -
CMYK 0.84 0.71 0 0.36
HSL 230.43º 0.73% 0.37% -
HSV(B) 230.43º 0.84% 0.64% -
XYZ 8.18 5.01 35.66 -
YUV 54.65 189.71 107.57 -
System Red Green Blue C M Y K H S L
Decimal 26 48 164 0.84 0.71 0 0.36 230.43 0.73 0.37
Hex 1A 30 A4 54 47 0 24 E6 49 25
Octal 32 60 244 124 107 0 44 346 111 45
Binary 11010 110000 10100100 1010100 1000111 0 100100 11100110 1001001 100101

Color Harmonies of #1A30A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A30A4

Black with #1A30A4

Text Example


Text Example

White with #1A30A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,48,164); }

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

background-color css

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

 a { background-color: rgb(26,48,164); }

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

border-color css

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

 span { border-color: rgb(26,48,164); }

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