#263A9F

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

Shades of Egyptian Blue #263A9F

Tints of Egyptian Blue #263A9F

Color information

#263A9F (or 0x263A9F) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3A and 9F. RGB value is (38,58,159). Sum of RGB (Red+Green+Blue) = 38+58+159=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #263A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A9F is #D9C560. Grayscale: #3F3F3F. Windows color (decimal): -14271841 or 10435110. OLE color: 10435110.

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

Color convert

RGB3858159-
CMYK0.760.6400.38
HSL230.08º61.42%38.63%-
HSV(B)230.08º76.1%62.35%-
XYZ8.575.9433.5-
YUV63.53181.87109.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=14.90%
G=22.75%
B=62.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38581590.760.6400.38230.0861.4238.63
Hex263A9F4C40026e63d27
Octal46722371141000463467547
Binary1001101110101001111110011001000000010011011100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263A9F; }

 p { color: rgb(38,58,159); }

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

<style>
 a { background-color: #263A9F; }

 a { background-color: rgb(38,58,159); }

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

<style>
 span { border-color: #263A9F; }

 span { border-color: rgb(38,58,159); }

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