#26419D

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

Shades of Egyptian Blue #26419D

Tints of Egyptian Blue #26419D

Color information

#26419D (or 0x26419D) is unknown color: approx Egyptian Blue. HEX triplet: 26, 41 and 9D. RGB value is (38,65,157). Sum of RGB (Red+Green+Blue) = 38+65+157=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #26419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26419D is #D9BE62. Grayscale: #434343. Windows color (decimal): -14270051 or 10305830. OLE color: 10305830.

HSL color Cylindrical-coordinate representation of color #26419D: hue angle of 226.39º 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 #26419D is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3865157-
CMYK0.760.5900.38
HSL226.39º61.03%38.24%-
HSV(B)226.39º75.8%61.57%-
XYZ8.786.6332.71-
YUV67.42178.55107.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 60.38%
R=14.62%
G=25%
B=60.38%

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
Decimal38651570.760.5900.38226.3961.0338.24
Hex26419D4C3B026e23d26
Octal46101235114730463427546
Binary1001101000001100111011001100111011010011011100010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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