#0E3CAB

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

Shades of Egyptian Blue #0E3CAB

Tints of Egyptian Blue #0E3CAB

Color information

#0E3CAB (or 0x0E3CAB) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 3C and AB. RGB value is (14,60,171). Sum of RGB (Red+Green+Blue) = 14+60+171=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E3CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3CAB is #F1C354. Grayscale: #3A3A3A. Windows color (decimal): -15844181 or 11222030. OLE color: 11222030.

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

Color convert

RGB1460171-
CMYK0.920.6500.33
HSL222.42º84.86%36.27%-
HSV(B)222.42º91.81%67.06%-
XYZ9.156.2739.26-
YUV58.9191.2695.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=5.71%
G=24.49%
B=69.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14601710.920.6500.33222.4284.8636.27
HexE3CAB5C41021de5524
Octal167425313410104133612544
Binary111011110010101011101110010000010100001110111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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