#0E26AF

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

Shades of Egyptian Blue #0E26AF

Tints of Egyptian Blue #0E26AF

Color information

#0E26AF (or 0x0E26AF) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 26 and AF. RGB value is (14,38,175). Sum of RGB (Red+Green+Blue) = 14+38+175=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E26AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E26AF is #F1D950. Grayscale: #2D2D2D. Windows color (decimal): -15849809 or 11478542. OLE color: 11478542.

HSL color Cylindrical-coordinate representation of color #0E26AF: hue angle of 231.06º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E26AF is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1438175-
CMYK0.920.7800.31
HSL231.06º85.19%37.06%-
HSV(B)231.06º92%68.63%-
XYZ8.614.5740.99-
YUV46.44200.55104.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 175 (68.75% from 255) = 77.09%
R=6.17%
G=16.74%
B=77.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14381750.920.7800.31231.0685.1937.06
HexE26AF5C4E01Fe75525
Octal164625713411603734712545
Binary11101001101010111110111001001110011111111001111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E26AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E26AF; }

 p { color: rgb(14,38,175); }

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

<style>
 a { background-color: #0E26AF; }

 a { background-color: rgb(14,38,175); }

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

<style>
 span { border-color: #0E26AF; }

 span { border-color: rgb(14,38,175); }

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