#263B9F

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

Shades of Egyptian Blue #263B9F

Tints of Egyptian Blue #263B9F

Color information

#263B9F (or 0x263B9F) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3B and 9F. RGB value is (38,59,159). Sum of RGB (Red+Green+Blue) = 38+59+159=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #263B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B9F is #D9C460. Grayscale: #3F3F3F. Windows color (decimal): -14271585 or 10435366. OLE color: 10435366.

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

Color convert

RGB3859159-
CMYK0.760.6300.38
HSL229.59º61.42%38.63%-
HSV(B)229.59º76.1%62.35%-
XYZ8.626.0433.51-
YUV64.12181.54109.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 159 (62.5% from 255) = 62.11%
R=14.84%
G=23.05%
B=62.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38591590.760.6300.38229.5961.4238.63
Hex263B9F4C3F026e63d27
Octal4673237114770463467547
Binary100110111011100111111001100111111010011011100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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