#26419E

Color #26419E Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #26419E

Tints of Egyptian Blue #26419E

Color information

#26419E (or 0x26419E) is unknown color: approx Egyptian Blue. HEX triplet: 26, 41 and 9E. RGB value is (38,65,158). Sum of RGB (Red+Green+Blue) = 38+65+158=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #26419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26419E is #D9BE61. Grayscale: #434343. Windows color (decimal): -14270050 or 10371366. OLE color: 10371366.

HSL color Cylindrical-coordinate representation of color #26419E: hue angle of 226.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26419E is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3865158-
CMYK0.760.5900.38
HSL226.5º61.22%38.43%-
HSV(B)226.5º75.95%61.96%-
XYZ8.866.6633.17-
YUV67.53179.05106.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 158 (62.11% from 255) = 60.54%
R=14.56%
G=24.90%
B=60.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38651580.760.5900.38226.561.2238.43
Hex26419E4C3B026e23d26
Octal46101236114730463427546
Binary1001101000001100111101001100111011010011011100010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26419E; }

 p { color: rgb(38,65,158); }

 H1.HeaderClassName
 {
   color: #26419E;
 }
 .AnyTagClassName
 {
   color: #26419E;
 }
</style>
background-color css

<style>
 a { background-color: #26419E; }

 a { background-color: rgb(38,65,158); }

 div.DivClassName
 {
   background-color: #26419E;
 }
 .BgClassName
 {
   background-color: #26419E;
 }
</style>
border-color css

<style>
 span { border-color: #26419E; }

 span { border-color: rgb(38,65,158); }

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