#0E25AF

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

Shades of Egyptian Blue #0E25AF

Tints of Egyptian Blue #0E25AF

Color information

#0E25AF (or 0x0E25AF) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 25 and AF. RGB value is (14,37,175). Sum of RGB (Red+Green+Blue) = 14+37+175=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E25AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E25AF is #F1DA50. Grayscale: #2D2D2D. Windows color (decimal): -15850065 or 11478286. OLE color: 11478286.

HSL color Cylindrical-coordinate representation of color #0E25AF: hue angle of 231.43º 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 #0E25AF is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1437175-
CMYK0.920.7900.31
HSL231.43º85.19%37.06%-
HSV(B)231.43º92%68.63%-
XYZ8.584.5140.98-
YUV45.86200.88105.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.19%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 175 (68.75% from 255) = 77.43%
R=6.19%
G=16.37%
B=77.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14371750.920.7900.31231.4385.1937.06
HexE25AF5C4F01Fe75525
Octal164525713411703734712545
Binary11101001011010111110111001001111011111111001111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E25AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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