Html Css Color HEX #1A3A92 Egyptian Blue

📋 copy color: '#1A3A92'

red 26 ◦ green 58 ◦ blue 146

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

Shades of Egyptian Blue #1A3A92

Tints of Egyptian Blue #1A3A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 146 (57.42% from 255) = 63.48%

R = 11.3%
G = 25.22%
B = 63.48%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1A3A92 (or 0x1A3A92) is known color: Egyptian Blue. HEX triplet: 1A, 3A and 92. RGB value is (26,58,146). Sum of RGB (Red+Green+Blue) = 26+58+146=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A3A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3A92 is #E5C56D. Grayscale: #3A3A3A. Windows color (decimal): -15058286 or 9583130. OLE color: 9583130.

HSL color Cylindrical-coordinate representation of color #1A3A92: hue angle of 224º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A3A92 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 26 58 146 -
CMYK 0.82 0.60 0 0.43
HSL 224º 0.7% 0.34% -
HSV(B) 224º 0.82% 0.57% -
XYZ 7.13 5.32 27.85 -
YUV 58.46 177.4 104.84 -
System Red Green Blue C M Y K H S L
Decimal 26 58 146 0.82 0.60 0 0.43 224 0.7 0.34
Hex 1A 3A 92 52 3C 0 2B E0 46 22
Octal 32 72 222 122 74 0 53 340 106 42
Binary 11010 111010 10010010 1010010 111100 0 101011 11100000 1000110 100010

Color Harmonies of #1A3A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3A92

Black with #1A3A92

Text Example


Text Example

White with #1A3A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,58,146); }

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

background-color css

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

 a { background-color: rgb(26,58,146); }

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

border-color css

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

 span { border-color: rgb(26,58,146); }

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