#0E1AAB

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

Shades of Egyptian Blue #0E1AAB

Tints of Egyptian Blue #0E1AAB

Color information

#0E1AAB (or 0x0E1AAB) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 1A and AB. RGB value is (14,26,171). Sum of RGB (Red+Green+Blue) = 14+26+171=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E1AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1AAB is #F1E554. Grayscale: #262626. Windows color (decimal): -15852885 or 11213326. OLE color: 11213326.

HSL color Cylindrical-coordinate representation of color #0E1AAB: hue angle of 235.41º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E1AAB is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1426171-
CMYK0.920.8500.33
HSL235.41º84.86%36.27%-
HSV(B)235.41º91.81%67.06%-
XYZ7.93.7738.84-
YUV38.94202.52110.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.64%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 171 (67.19% from 255) = 81.04%
R=6.64%
G=12.32%
B=81.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14261710.920.8500.33235.4184.8636.27
HexE1AAB5C55021eb5524
Octal163225313412504135312544
Binary11101101010101011101110010101010100001111010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,26,171); }

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

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

 a { background-color: rgb(14,26,171); }

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

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

 span { border-color: rgb(14,26,171); }

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